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

View file

@ -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;