My Account sign in the right sidebar not scrolling but the page in the background is scrolling
This topic has 2 replies, 2 voices, and was last updated 6 months, 3 weeks ago ago by Luca Rossi
My Account sign in the right sidebar not scrolling but the page in the background is scrolling
Hi @Bilal,
Please try adding this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
body.etheme-elementor-off-canvas--shown {
overflow: hidden;
}
.etheme-elementor-off-canvas__main .etheme-elementor-off-canvas_content .et_b-tabs-wrapper {
overflow-y: auto;
max-height: 100%;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up