body-scroll-lock.pcss.css
Same filename in other branches
Body scroll lock with css only.
File
-
core/
modules/ navigation/ css/ components/ body-scroll-lock.pcss.css
View source
- /**
- * @file
- * Body scroll lock with css only.
- */
-
- @import "../base/media-queries.pcss.css";
-
- [data-admin-toolbar-body-scroll="locked"] {
- overflow: clip;
-
- body {
- overflow: clip;
- }
-
- @media (--admin-toolbar-desktop) {
- overflow: initial;
-
- body {
- overflow: initial;
- }
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.