Home › Forums › WoodMart support forum › Disable scroll in description with accordion – Display full description › Reply To: Disable scroll in description with accordion – Display full description
January 29, 2023 at 5:30 am
#438646
Elise Noromit
Member
Hello,
I am terribly sorry for the delay.
Please add this code to the Theme Settings > Custom CSS > Global:
body .tabs-layout-accordion .wd-scroll-content {
max-height: 100%;
overflow-y: none;
}
Best Regards