mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
tweak to zindex of autocomplete widget
This commit is contained in:
parent
182aa6922a
commit
a5edb0ce0f
1 changed files with 3 additions and 0 deletions
|
|
@ -736,6 +736,9 @@ ul.tagit input[type="text"]{
|
|||
ul.tagit li.tagit-choice-editable{
|
||||
padding:0 23px 0 0 !important; /* having to use important, FML*/
|
||||
}
|
||||
.ui-front{ /* provided by jqueryui but not high enough an index */
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
.tagit-close{
|
||||
.ui-icon-close{
|
||||
|
|
|
|||
Loading…
Reference in a new issue