mirror of https://github.com/rancher/ui.git
parent
a8d556a889
commit
4dc665b27e
|
|
@ -26,7 +26,7 @@ $dropdown-caret-color : $mid-grey !default;
|
||||||
// The dropdown menu (ul)
|
// The dropdown menu (ul)
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 991; // DO NOT CHANGE UNLESS YOU ARE ALSO CHANGING dropdown-backdrop z-index
|
||||||
top: 100%;
|
top: 100%;
|
||||||
left: auto;
|
left: auto;
|
||||||
display: none; // none by default, but block on "open" of the menu
|
display: none; // none by default, but block on "open" of the menu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue