Remove overflow-x hidden from body
Bad default, breaks position:sticky on any child elements
This commit is contained in:
parent
92e0362927
commit
93b0da8c27
|
@ -26,7 +26,6 @@ body {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
overflow-x: hidden;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue