Moved: Reply To: Shop Sidebar Scrollable 1
-
Elise, I’m trying to address same issues but the code you given isn’t working.
Can this be because of minified / cached versions from litespeed server? I purged all.
Or should this be done in some other way in order to work? Like unminify, apply, minify?
Hello,
Please replace this code:
.area-sidebar-shop {
max-height: 1500px;
overflow-y: auto;
}
.area-sidebar-shop::-webkit-scrollbar {
width: 3px;
}
.area-sidebar-shop::-webkit-scrollbar-track {
background-color: rgba(0,0,0,.15);
}
.area-sidebar-shop::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.25);
}
Best Regards
Thank you, Elise! By the way, is there an option to make attribute items work as dropdowns? Perhaps via external plugin you tested? I.e. expanding menus.
Hello,
You need to disable swatches in the attributes, remove the color and image and they would get a the drop-down.
Best Regards