scrollable dropdown for manufacturer filter

  • Posts: 54
  • Thank you received: 1
  • Hikashop Business
8 years 6 months ago #239689

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.3.x
-- Browser(s) name and version -- : any
-- Error-message(debug-mod must be tuned on) -- : Just a question

I have a question about styling the manufacturer filter on the given website.
I confugured it to be a dropdown button.
To prefend this filter to be to heigh, I gave it a height of 70px.
How can I make the class chzn-results scrollable (vertical)?
Right now I see just 5 manufacterers and the others I want to be visible with a scrollbar.
Is this possible?

Regards,
Theo

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
8 years 6 months ago #239704

Hi,

A scrollbar will display automatically when you have too much elements but the limit is higher than the height limit that you set in your area.
In you case I would simply remove that CSS:
.module-content {
float: none;
overflow: hidden;
}
from the file templates/joostrapbase-v3-4/css/template.css so that the dropdown displays completely.

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum