Browse Source

- Fix Scrollbar near top of screen when using internet explorer on Win7

Thanks to lunatic4ever ! Closes #1524
Lauri Ojansivu 7 years ago
parent
commit
128a356b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/lists/list.styl

+ 1 - 1
client/components/lists/list.styl

@@ -86,7 +86,7 @@
     color: #ce1414
 
 .list-body
-  flex: 1
+  flex: 1 1 auto
   flex-direction: column
   display: flex
   overflow-y: auto