Browse Source

:bug: https://github.com/siyuan-note/siyuan/issues/8838

Vanessa 1 năm trước cách đây
mục cha
commit
f98066215d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/assets/scss/business/_block.scss

+ 1 - 1
app/src/assets/scss/business/_block.scss

@@ -3,7 +3,6 @@
     background-color: var(--b3-theme-background);
     position: absolute;
     box-shadow: var(--b3-dialog-shadow);
-    z-index: 205;
     width: 60vw;
     word-break: break-word;
     border-radius: var(--b3-border-radius-b);
@@ -17,6 +16,7 @@
 
     &--open {
       opacity: 1;
+      z-index: 205;
     }
 
     &--top {