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

@ -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 */
}