mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
54074fcb1d
commit
c8a84aa7bd
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
z-index: 100;
|
||||
z-index: 1090;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user