Home › Forums › WoodMart support forum › Background scrolling in the responsive devices › Reply To: Background scrolling in the responsive devices
September 28, 2023 at 3:55 pm
#499993
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
html:has(.wd-side-hidden.wd-opened) {
overflow: hidden;
}
Please check how it works.
Best Regards