Merge pull request #1131 from psjostrom/master

fix: SDA-2533 Fixed double scroll bars on windows
This commit is contained in:
psjostrom 2020-12-03 10:55:04 +01:00 committed by GitHub
commit 09315ec6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
@text-padding: 10px;
body {
overflow: hidden;
background-color: white;
margin: 0;
height: 100%;