style: fix scss lint issue

type: declaration-block-no-redundant-longhand-properties
This commit is contained in:
Cotes Chung 2023-03-18 00:28:46 +08:00
parent e8e4901e34
commit 111b82838d
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 4 deletions

View File

@ -1154,10 +1154,7 @@ $sidebar-display: 'sidebar-display';
#mask {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
inset: 0 0 0 0;
height: 100%;
width: 100%;
z-index: 1;