Home › Forums › WoodMart support forum › Stop scoll in accordian tabs Stop scoll in accordian tabs This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 25, 2018 at 6:09 pm #35427 Peter LaursenParticipant Hi, I use Woodmart, and accordian on product tabs. I need it to show the entire description without scrolling inside the tabs. Can you provide code? Best regards, Peter January 26, 2018 at 7:17 am #35461 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to remove this scroll bar #tab-description .woodmart-scroll-content { max-height: 100%!important; } #tab-description .woodmart-scroll-pane { display: none; } Regards Author Posts Tagged: tabs Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register