[FEAT] Modal fix

This commit is contained in:
2025-11-17 00:52:12 +01:00
parent 454d0d0857
commit eb7886406b

View File

@@ -1,7 +1,7 @@
<template>
<Teleport to="body">
<div
v-if="isOpen"
v-show="isOpen"
ref="modalRef"
:style="{
position: 'fixed',