body-scroll-lock.css

Body scroll lock with css only.

File

core/themes/stable9/css/navigation/body-scroll-lock.css

View source
  1. /**
  2. * @file
  3. * Body scroll lock with css only.
  4. */
  5. [data-admin-toolbar-body-scroll="locked"] {
  6. overflow: clip;
  7. body {
  8. overflow: clip;
  9. }
  10. @media (min-width: 64rem) {
  11. overflow: initial;
  12. body {
  13. overflow: initial;
  14. }
  15. }
  16. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.