diff options
author | Cheng-Han, Wu | 2016-06-17 16:19:16 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-06-17 16:19:16 +0800 |
commit | 5d031098274ddfd89d1d8476f896b881845f059a (patch) | |
tree | a1653a45ffa9d56da58b88ca598fa1f1342a978d | |
parent | df68347d64a6632332c321a278d29af38e447ec7 (diff) |
Update modal styles to fill larger screens
Diffstat (limited to '')
-rw-r--r-- | public/views/help-modal.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs index 49808438..4ee028cf 100644 --- a/public/views/help-modal.ejs +++ b/public/views/help-modal.ejs @@ -38,7 +38,7 @@ <div class="panel-heading"> <h3 class="panel-title">Cheatsheet</h3> </div> - <div class="panel-body" style="max-height: 470px; overflow: auto;"> + <div class="panel-body" style="height: calc(100vh - 215px); overflow: auto;"> <table class="table table-condensed"> <thead> <tr> |