We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df68347 commit 5d03109Copy full SHA for 5d03109
1 file changed
public/views/help-modal.ejs
@@ -38,7 +38,7 @@
38
<div class="panel-heading">
39
<h3 class="panel-title">Cheatsheet</h3>
40
</div>
41
- <div class="panel-body" style="max-height: 470px; overflow: auto;">
+ <div class="panel-body" style="height: calc(100vh - 215px); overflow: auto;">
42
<table class="table table-condensed">
43
<thead>
44
<tr>
0 commit comments