mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Update to set the z-index of custom select menus to stack on top of fixed toolbars. Fixes #2799.
This commit is contained in:
parent
b37bf0223c
commit
3f488e1cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margi
|
|||
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden; }
|
||||
.ui-select .ui-btn-text { text-overflow: ellipsis; }
|
||||
|
||||
.ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
|
||||
.ui-selectmenu { position: absolute; padding: 0; z-index: 1100 !important; width: 80%; max-width: 350px; padding: 6px; }
|
||||
.ui-selectmenu .ui-listview { margin: 0; }
|
||||
.ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
|
||||
.ui-selectmenu-hidden { top: -9999px; left: -9999px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue