diff options
-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> |