Skip to content

Commit

Permalink
bugfix/chieffancypants#248 fix container height width
Browse files Browse the repository at this point in the history
  • Loading branch information
ylerjen committed Jan 6, 2020
1 parent 2e2a50f commit 31ee7b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hotkeys.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ body.cfp-hotkeys-visible {
}

.cfp-hotkeys {
width: 100%;
height: 100%;
height: 100vh;
width: 100vw;
padding: 20px;
display: table-cell;
vertical-align: middle;
}
Expand Down

0 comments on commit 31ee7b3

Please sign in to comment.