Fix hotkeys div overflow
authorChocobozzz <me@florianbigard.com>
Mon, 13 May 2019 09:31:51 +0000 (11:31 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 13 May 2019 09:33:18 +0000 (11:33 +0200)
client/src/app/core/hotkeys/hotkeys.component.scss

index 9af10b7c4fda4dd4b0d8bd81a51a00e55fcb8b27..3aa0b625266e4531260bf06b513ae938051f29e7 100644 (file)
@@ -1,5 +1,6 @@
 .cfp-hotkeys-container {
-  display: table !important;
+  display: flex !important;
+  align-items: center;
   position: fixed;
   overflow: auto;
   width: 100%;
@@ -35,9 +36,7 @@
 
 .cfp-hotkeys {
   width: 100%;
-  height: 100%;
-  display: table-cell;
-  vertical-align: middle;
+  max-height: 100%;
 }
 
 .cfp-hotkeys table {
   .cfp-hotkeys {
     font-size: 1.2em;
   }
-}
\ No newline at end of file
+}