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

#85994

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