mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix hotkeys div overflow
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user