Fix hotkeys div overflow
This commit is contained in:
parent
1acd784cf9
commit
187a00f085
|
@ -1,5 +1,6 @@
|
||||||
.cfp-hotkeys-container {
|
.cfp-hotkeys-container {
|
||||||
display: table !important;
|
display: flex !important;
|
||||||
|
align-items: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -35,9 +36,7 @@
|
||||||
|
|
||||||
.cfp-hotkeys {
|
.cfp-hotkeys {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
max-height: 100%;
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cfp-hotkeys table {
|
.cfp-hotkeys table {
|
||||||
|
@ -102,4 +101,4 @@
|
||||||
.cfp-hotkeys {
|
.cfp-hotkeys {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue