gcz 2 years ago
parent
commit
aa0f134292
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/assets/scss/common.scss

+ 4 - 0
src/assets/scss/common.scss

@@ -42,6 +42,10 @@ body {
     box-sizing: border-box;
 }
 .right-wrap {
+    pointer-events: none;
+    & > * {
+        pointer-events: auto;
+    }
     position: absolute;
     top: calc(var(--header-height) + 24px);
     // height: calc( 100vh - var(--header-height) - 24px );