Skip to content

Commit 5d03109

Browse files
committed
Update modal styles to fill larger screens
1 parent df68347 commit 5d03109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/views/help-modal.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="panel-heading">
3939
<h3 class="panel-title">Cheatsheet</h3>
4040
</div>
41-
<div class="panel-body" style="max-height: 470px; overflow: auto;">
41+
<div class="panel-body" style="height: calc(100vh - 215px); overflow: auto;">
4242
<table class="table table-condensed">
4343
<thead>
4444
<tr>

0 commit comments

Comments
 (0)