Add animation to layout mask
This commit is contained in:
parent
b589c57291
commit
c8913a71eb
@ -75,12 +75,6 @@
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.layout-mask {
|
||||
z-index: 998;
|
||||
background-color: var(--mask-bg);
|
||||
|
||||
}
|
||||
|
||||
.layout-mask {
|
||||
display: none;
|
||||
position: fixed;
|
||||
@ -99,6 +93,7 @@
|
||||
|
||||
.layout-mask {
|
||||
display: block;
|
||||
animation: fadein $transitionDuration;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user