css how to prevent child from overlay scrolling visible code example
Example: css prevent scrolling behind overlay
/* Add a 'noscroll' class using JS */
body.noscroll{
overflow:hidden;
}
/* Add a 'noscroll' class using JS */
body.noscroll{
overflow:hidden;
}