Skip to content

Commit

Permalink
bugfix/chieffancypants#248 fix scroll for cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ylerjen committed Dec 20, 2019
1 parent 9a10253 commit 95cd1ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/hotkeys.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
body.cfp-hotkeys-visible {
overflow: hidden;
}

.cfp-hotkeys-container {
display: table !important;
display: flex !important;
justify-content: center;
overflow-y: auto;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #333;
Expand Down

0 comments on commit 95cd1ca

Please sign in to comment.