Question: Cant Scroll Up Down Items In Pos On Windows Tablet

Cant Scroll Up Down Items In Pos On Windows Tablet

Hi, in POS, when there is more than 4 or 5 products (left side) in function of the size of the device, we can't scroll up or down in the items; there is no scroll bar ! this happens because

DH

Dominique HUGO

Asked
Hi,
in POS, when there is more than 4 or 5 products (left side) in function of the size of the device, we can't scroll up or down in the items; there is no scroll bar ! this happens because we use a windows based touch screen with no keyboard, no pen and no mouse; our customer will only use the screen (no place for any device in front of the shot) - how to fix this ?
thanks in advance,
Domi.
  • MS

    Mian Saleem

    Answered
    Hello,

    You should be able to scroll with touch screen same as on any touch device.

    If you need you can add css rules for `#left-middle` & `#product-list` like

    ```css
    #left-middle, #product-list { overflow: scroll; }
    ```

    Thank you
  • DH

    Dominique HUGO

    Answered
    thanks for your reply, can you point me exactly where to add this line ?? in a .css file or in pos\add.php ?

    Domi.
  • MS

    Mian Saleem

    Answered
    Hello,

    You can add it in the `assets/custom/pos.css` files.

    Thank you
  • Login to Reply