DH
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.
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.
- MSAnsweredHello,
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 - DHAnsweredthanks for your reply, can you point me exactly where to add this line ?? in a .css file or in pos\add.php ?
Domi. - MSAnsweredHello,
You can add it in the `assets/custom/pos.css` files.
Thank you - Login to Reply