Cross-browser overflow consistency

This commit is contained in:
narcolepticinsomniac 2019-06-06 11:49:30 -04:00 committed by GitHub
parent 7c1afc6e55
commit 69f079f31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ body {
margin: 0;
}
.firefox, .firefox body:not(.search-results-shown) {
html, body:not(.search-results-shown) {
overflow: hidden;
}