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:
parent
f2f2ecaeef
commit
4000890c88
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue