fix scrollbar issue on windows

This commit is contained in:
David 2019-02-22 15:18:39 -05:00 committed by GitHub
parent d16d5dcd7c
commit 869bad7454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
body {
overflow: hidden;
}
#header {
height: 30px;
width: calc(100vw - 20px);