Home › Forums › WoodMart support forum › How to show the full product description and not without scrollbar › Reply To: How to show the full product description and not without scrollbar
October 29, 2018 at 8:37 pm
#85994
Elise Noromit
Member
Hello,
Please add this code to the Theme settings > Custom CSS:
body .tabs-layout-accordion .woodmart-scroll,
body .tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
overflow: visible;
}
body .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: 100%;
}
Best Regards