diff --git a/src/hotkeys.css b/src/hotkeys.css index 24e504c..a860feb 100644 --- a/src/hotkeys.css +++ b/src/hotkeys.css @@ -1,6 +1,7 @@ .cfp-hotkeys-container { - display: table !important; + display: block !important; position: fixed; + overflow: auto; width: 100%; height: 100%; top: 0; @@ -33,10 +34,11 @@ } .cfp-hotkeys { - width: 100%; - height: 100%; - display: table-cell; + width: 90%; vertical-align: middle; + margin-left: auto; + margin-right: auto; + } .cfp-hotkeys table {