tweak to zindex of autocomplete widget

pull/971/head
Dave Cranwell 2015-02-06 10:03:49 +00:00
rodzic 182aa6922a
commit a5edb0ce0f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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{