mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue