style: fix scss lint issue
type: declaration-block-no-redundant-longhand-properties
This commit is contained in:
parent
e8e4901e34
commit
111b82838d
1 changed files with 1 additions and 4 deletions
|
@ -1154,10 +1154,7 @@ $sidebar-display: 'sidebar-display';
|
||||||
#mask {
|
#mask {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
inset: 0 0 0 0;
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in a new issue