Fix background color bug

This commit is contained in:
Ramon Wenger 2019-06-26 13:59:00 +02:00
parent db4353faa1
commit d8e3d24f4a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
.app { .app {
/*overflow-y: auto;*/ /*overflow-y: auto;*/
height: 100vh; min-height: 100vh;
/*for IE10+*/ /*for IE10+*/
display: flex; display: flex;
} }