body-scroll-lock.css
Same filename in other branches
Body scroll lock with css only.
File
-
core/
modules/ navigation/ css/ components/ body-scroll-lock.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Body scroll lock with css only.
- */
-
- [data-admin-toolbar-body-scroll="locked"] {
- overflow: clip;
- }
-
- [data-admin-toolbar-body-scroll="locked"] body {
- overflow: clip;
- }
-
- @media (min-width: 64rem) {
- [data-admin-toolbar-body-scroll="locked"] {
- overflow: initial;
- }
-
- [data-admin-toolbar-body-scroll="locked"] body {
- overflow: initial;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.