css how to prevent child from scrolling behind overlay 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;
}