Removing the `overflow: hidden` to allow scrolling.
Override the `margin-bottom` with 0 from bootstrap
Add `padding-bottom` 1rem for some extra space between scollbar and content
This commit is contained in:
Marc 2023-03-01 10:36:51 +01:00 committed by GitHub
parent 567b815e84
commit 6bd6b150cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ $templateData['csrfToken'] = $_SESSION[LookingGlass::SESSION_CSRF] = bin2hex(ran
<?php endif ?>
<div class="card card-body bg-light mt-4" style="display: none;" id="outputCard">
<pre id="outputContent" style="overflow: hidden; white-space: pre; word-wrap: normal;"></pre>
<pre id="outputContent" style="white-space: pre;word-wrap: normal;margin-bottom: 0;padding-bottom: 1rem;"></pre>
</div>
</form>