mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 16:06:46 +02:00
fix(frontend): tweak MkFolderPage z-index
This commit is contained in:
@@ -41,7 +41,7 @@ const emit = defineEmits<{
|
||||
(_: 'closed'): void
|
||||
}>();
|
||||
|
||||
const zIndex = claimZIndex('middle');
|
||||
const zIndex = claimZIndex('low');
|
||||
const showing = ref(true);
|
||||
|
||||
function closePage() {
|
||||
|
||||
Reference in New Issue
Block a user