Skip to content

Commit

Permalink
bugfix/help-view-scrollable Merge branch 'bugfix/chieffancypants#248'…
Browse files Browse the repository at this point in the history
… into bugfix/help-view-scrollable
  • Loading branch information
ylerjen committed Jan 6, 2020
2 parents 061175f + b79c9f4 commit 4e54afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"url": "https://github.com/ylerjen/angular-hotkeys/issues"
},
"scripts": {
"postinstall": "bower install",
"test": "karma start test/karma.conf.js",
"build": "grunt build"
},
Expand Down
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 4e54afd

Please sign in to comment.