From 111b82838dfd5b65b78b242242f7f407ffa3219e Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 18 Mar 2023 00:28:46 +0800 Subject: [PATCH] style: fix scss lint issue type: declaration-block-no-redundant-longhand-properties --- _sass/addon/commons.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 9407257..c73e93d 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -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;