fix: hiding horizontal scroll

This commit is contained in:
Rushil Umaretiya 2021-07-22 11:36:12 -04:00 committed by GitHub
parent d7637d9cf9
commit 5657393e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
overflow-y: hidden;
}
body {