fix jQuery UI tooltip z-index to be less than select2 dropdown, fix #279
This commit is contained in:
parent
bdd314bd67
commit
5c302cbdf8
@ -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 */
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user