z-index issue for touch enabled devices

rancher/rancher#13048
This commit is contained in:
Westly Wright 2018-04-30 12:41:58 -07:00
parent a8d556a889
commit 4dc665b27e
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $dropdown-caret-color : $mid-grey !default;
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;
z-index: 2;
z-index: 991; // DO NOT CHANGE UNLESS YOU ARE ALSO CHANGING dropdown-backdrop z-index
top: 100%;
left: auto;
display: none; // none by default, but block on "open" of the menu