feat(Overlay): add @overlay-z-index less var

This commit is contained in:
陈嘉涵
2020-01-28 11:54:11 +08:00
parent 7609389623
commit 95d19f70d1
6 changed files with 10 additions and 11 deletions
+1
View File
@@ -4,6 +4,7 @@
position: fixed;
top: 0;
left: 0;
z-index: @overlay-z-index;
width: 100%;
height: 100%;
background-color: @overlay-background-color;