Fix hotkeys div overflow

This commit is contained in:
Chocobozzz
2019-05-13 11:31:51 +02:00
parent 1acd784cf9
commit 187a00f085

View 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 {
@@ -102,4 +101,4 @@
.cfp-hotkeys {
font-size: 1.2em;
}
}
}