fix: 左侧抽屉固定模式层级不足

This commit is contained in:
QiuQiu 2022-04-07 22:11:48 +08:00 committed by LeoYuan 袁力皓
parent 9b3b4f9b0e
commit c657cee069

View File

@ -314,6 +314,7 @@ body {
display: none;
flex-shrink: 0;
position: relative;
z-index: 820;
&.lc-area-visible {
display: block;
}