body-scroll-lock.css
Body scroll lock with css only.
File
-
core/
themes/ stable9/ css/ navigation/ body-scroll-lock.css
View source
- /**
- * @file
- * Body scroll lock with css only.
- */
-
- [data-admin-toolbar-body-scroll="locked"] {
- overflow: clip;
-
- body {
- overflow: clip;
- }
-
- @media (min-width: 64rem) {
- overflow: initial;
-
- body {
- overflow: initial;
- }
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.