SL
Asked
Hi, when I add items to the cart, I have trouble seeing the items I added at first. How can I make the point of sale interface scrollable?
- EGAnsweredHi [@Sylvain Lutala](/u/slutala)
You should be able to scroll, but if you’re having trouble doing this on a touch device, you can add the following CSS code either in the `assets/custom/pos.css` file or before the closing `</head>` tag in the `themes/default/admin/views/pos/add.php` file:
```css
<style>
#pos #left-middle,
#pos #product-list {
overflow-y: scroll !important;
}
</style>
```
This will ensure that the cart area becomes scrollable, allowing you to see the items you've added first.
---
My name is **@Enyinnaya Gift**. I am an `Independent Software Developer` with in-depth knowledge of the SMA system. I have done a lot of customizations for many happy clients across the globe. One of my recent projects is a **WooCommerce eCommerce/Web Shop Integration** to seamlessly synchronize your inventory with WooCommerce. This integration allows you to manage products, stocks, and orders directly from your SMA software, eliminating the need to update multiple systems and enabling you to launch an online shop within minutes.
You can check out highlights and a demo of my latest customization by [Clicking HERE - Highlights](https://sma.gehandsitsolutions.com/admin/highlights)
You can also reach me via any of the following mediums for a real-time discussion on your customization request:
- **Skype ID**: `enyinnayag`
- **WeChat ID**: `genyinnaya`
- **Email**: `[email protected]`
- **WhatsApp**: `+2348068355192` - MSAnswered**[Enyinnaya Gift](/u/giftedhands4real)** Thank you for helping
- Login to Reply