mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-13 14:56:27 +10:00
fix menu z-index, to be smaller than 1000 (dialog, mask, modal)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user