feat(Overlay): add @overlay-z-index less var
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: @overlay-z-index;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: @overlay-background-color;
|
||||
|
||||
Reference in New Issue
Block a user