fix(frontend): tweak MkFolderPage z-index
This commit is contained in:
parent
5893a95c99
commit
9dc423afd4
|
@ -41,7 +41,7 @@ const emit = defineEmits<{
|
|||
(_: 'closed'): void
|
||||
}>();
|
||||
|
||||
const zIndex = claimZIndex('middle');
|
||||
const zIndex = claimZIndex('low');
|
||||
const showing = ref(true);
|
||||
|
||||
function closePage() {
|
||||
|
|
Loading…
Reference in New Issue