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;
|
||||
background: #fff;
|
||||
scroll-behavior: smooth;
|
||||
overflow-x: hidden;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue