How to avoid scroll bars in results list?
-
By default the results list shows a scroll bar. The defautl CSS is:
#wpsl-stores { height: 350px; overflow-y: auto; }
Scroll bars are not the most beautiful elements, in my humble opinion. ?? Do you have a specific reason for limiting the height of the results list container?
I could override it in the child theme stylesheet like so (not pretty, but working):
#wpsl-result-list #wpsl-stores { height: auto !important; }
I just wonder what’s the idea behind it.
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.