Fix autocomplete when used in bootstrap modal

Right now, the bootstrap modal dialogs use a z-index of 1055, so the autocomplete list shows behind the dialog. a9b3445060/scss/_variables.scss (L1042)

This change will put the z-index that will work with bootstrap and align with the bootstrap toast z-index.
This commit is contained in:
Eric Johnson 2022-03-04 09:36:25 -06:00 committed by GitHub
parent 54074fcb1d
commit c8a84aa7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@
} }
.ui-front { .ui-front {
z-index: 100; z-index: 1090;
} }