1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 14:26:28 +02:00
This commit is contained in:
syuilo
2023-01-02 13:23:12 +09:00
parent 7797e8b8b6
commit 5f611a9d9d
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const emit = defineEmits<{
}>();
let up = $ref(false);
const zIndex = os.claimZIndex('high');
const zIndex = os.claimZIndex('veryLow');
onMounted(() => {
window.setTimeout(() => {