Fix hotkeys div overflow
This commit is contained in:
parent
1acd784cf9
commit
187a00f085
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue