This is a little tricky, you need to find the correct div and add overflow:auto for that specific div
Solved the issue myself.
Just add the following code:
in your stylesheet.css ; line no.: 172 
Just add the following code:
Code: Select all
#cart .dropdown-menu {
min-width: 100%;
overflow-y: auto;
height: 210px;
width: 500px;

Who is online
Users browsing this forum: No registered users and 43 guests