UNPKG

colette

Version:

A CSS and JS starter kit for 20 Minutes web projects

14 lines (13 loc) 280 B
// No Scroll // // `.noscroll` disable the scroll inside an element // // Markup: <body class="noscroll">The scroll is disabled on the body</body> // // Styleguide: Helpers.NoScroll .noscroll position fixed top 0 left 0 right 0 -webkit-overflow-scrolling auto