Css Prevent Scrolling Behind Overlay

[Solved] Css Prevent Scrolling Behind Overlay | Go - Code Explorer | yomemimo.com
Question : css prevent scrolling behind overlay

Answered by : liam-xikoyf50ait7

/* Add a 'noscroll' class using JS */
body.noscroll{ overflow:hidden;
}

Source : https://stackoverflow.com/questions/9280258/prevent-body-scrolling-but-allow-overlay-scrolling | Last Update : Thu, 04 Mar 21

Question : css prevent background scrolling

Answered by : atsu-emmanuel-terungwa

<body scroll="no" ></body>
or css
background-attachment: fixed;

Source : | Last Update : Mon, 27 Jul 20

Answers related to css prevent scrolling behind overlay

Code Explorer Popular Question For Go