Bug 37812: Prevent "underflow" when using comboboxes in bootstrap modals

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Paul Derscheid 2024-09-17 10:58:09 +00:00 committed by Martin Renvoize
parent f2f2ecaeef
commit 4000890c88
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="modal-body position-relative overflow-visible">
<fieldset>
<ol>
<li class="form-group form-row">

View file

@ -78,7 +78,7 @@
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="modal-body position-relative overflow-visible">
<fieldset>
<ol>
<li class="form-group form-row">