fix menu z-index, to be smaller than 1000 (dialog, mask, modal)

This commit is contained in:
haoxin
2015-10-19 13:12:39 +08:00
parent b35a7a9a15
commit 57ff6037af
+1 -1
View File
@@ -5,7 +5,7 @@
margin-bottom: 0;
padding-left: 0; // Override default ul/ol
list-style: none;
z-index: 1001;
z-index: 999;
border: 1px solid #d9d9d9;
box-shadow: @overlay-shadow;
border-radius: @border-radius-base;