We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b946e commit 0ec0b38Copy full SHA for 0ec0b38
src/css/header.css
@@ -1,12 +1,14 @@
1
-html.is-clipped--navbar {
2
- overflow-y: hidden;
3
-}
4
-
5
-/* NOTE workaround bug in Firefox mobile, which clips the html element to the original viewport height */
6
-@supports (scrollbar-width: none) {
+@media screen and (max-width: 1023.5px) {
7
html.is-clipped--navbar {
8
- overflow-y: initial;
9
- scrollbar-width: none;
+ overflow-y: hidden;
+ }
+
+ /* NOTE workaround bug in Firefox mobile, which clips the html element to the original viewport height */
+ @supports (scrollbar-width: none) {
+ html.is-clipped--navbar {
+ overflow-y: initial;
10
+ scrollbar-width: none;
11
12
}
13
14
0 commit comments