Hello you guys,
Thanks so much for this great template!
I have a small problem, you have given an option in the template settings, that a product desprtion will scroll
It works great but it does not work in Mobile.
I saw in CSS and saw that there was the following command:
@media (max-width: 1024px)
.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: none;
}
I put the following command:
.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
-webkit-overflow-scrolling: touch;
overflow-y: scroll! important;
max-height: 250px! important;
}
It does give me an option to scroll down, but the scrollbar disappears from the side