css prevent scrolling behind overlay

39

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

Comments

Submit
0 Comments