Update modal styles to fill larger screens
This commit is contained in:
parent
df68347d64
commit
5d03109827
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">Cheatsheet</h3>
|
<h3 class="panel-title">Cheatsheet</h3>
|
||||||
</div>
|
</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">
|
<table class="table table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue