fix jQuery UI tooltip z-index to be less than select2 dropdown, fix

This commit is contained in:
vitalets 2013-06-28 00:54:19 +04:00
parent bdd314bd67
commit 5c302cbdf8
2 changed files with 2 additions and 0 deletions

@ -3,6 +3,7 @@ X-editable changelog
Version 1.4.6 wip
----------------------------
[bug #279] fix jQuery UI tooltip z-index to be less than select2 dropdown (vitalets)
[bug #276] support id() and text() functions of select2 (vitalets)

@ -17,4 +17,5 @@
.editable-container.ui-widget {
font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}