Remove overflow-x hidden from body

Bad default, breaks position:sticky on any child elements
This commit is contained in:
John O'Nolan 2020-07-11 01:50:11 +07:00 committed by GitHub
parent 92e0362927
commit 93b0da8c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}