feat: update z-index

This commit is contained in:
tim
2025-07-21 15:44:38 +08:00
parent 69c93733f0
commit 059f7e15a5

View File

@@ -336,7 +336,7 @@ export default {
right: 0;
bottom: 0;
background-color: var(--menu-background-color);
z-index: 1000;
z-index: 1001;
display: flex;
flex-direction: column;
}