diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 40d3d4ee13f..d97e73d0c9f 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -2144,3 +2144,14 @@ $footer-link-color: $brand-primary !default; } } +.sr-only-focusable { + &:active, + &:focus { + z-index: $zindex-navbar-fixed + 1; + position: fixed; + background: #fff; + padding: 7px; + left: 0; + top: 0; + } +}