fix: horizontal overflow scrollbar when vertical scrollbar appears (#49)

This commit is contained in:
Jacob Clevenger 2021-02-05 03:31:35 -05:00 committed by GitHub
parent 4d60bb3ce2
commit 586b2661b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ html,
body,
#app {
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
}