Style(close-editor-btn): Fix the bug of editor cover the editor close button

This commit is contained in:
2024-10-26 17:01:01 +08:00
parent bab85382d4
commit 581d414c13
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
opacity: 0.6;
box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
cursor: pointer;
z-index: 1000;
}
}
}

View File

@@ -38,6 +38,7 @@
opacity: 0.6;
box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
cursor: pointer;
z-index: 1000;
}
}
}