소스 검색

:bug: fix https://github.com/siyuan-note/siyuan/issues/9117

Vanessa 1 년 전
부모
커밋
1eded963e6
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 1
      app/src/assets/scss/base.scss
  2. 3 3
      app/src/assets/scss/mobile.scss

+ 3 - 1
app/src/assets/scss/base.scss

@@ -41,7 +41,9 @@
 
 .protyle-hint: 5
 
-#menu & .side-panel: 6
+.side-mask: 6
+
+#menu & .side-panel: 7
 
 .layout--float: 999997
 

+ 3 - 3
app/src/assets/scss/mobile.scss

@@ -156,7 +156,7 @@
   background-color: var(--b3-theme-surface);
   height: 100vh;
   width: 100vw;
-  z-index: 6;
+  z-index: 7;
   transform: translateX(-100vw);
   transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
 
@@ -171,7 +171,7 @@
   left: 0;
   right: 0;
   bottom: 0;
-  z-index: 219;
+  z-index: 6;
   background-color: #000;
   opacity: 0;
   transition: opacity 150ms linear;
@@ -239,7 +239,7 @@
 }
 
 #menu {
-  z-index: 6;
+  z-index: 7;
   transform: translateX(100vw);
   top: 0;