fix: firefox scrollbar (#1425)

master
memorydream 3 years ago committed by GitHub
parent 748db54f52
commit b1c5873bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,7 @@ main {
overflow: auto;
padding: 64px 10vw 96px 10vw;
box-sizing: border-box;
scrollbar-width: none; // firefox
}
@media (max-width: 1336px) {

Loading…
Cancel
Save