remove absolute from BaseDialog

This commit is contained in:
Michael Genson 2025-06-16 20:09:07 +00:00
commit 939ef09fb0

View file

@ -6,7 +6,6 @@
/> />
<v-dialog <v-dialog
v-model="dialog" v-model="dialog"
absolute
:width="width" :width="width"
:max-width="maxWidth ?? undefined" :max-width="maxWidth ?? undefined"
:content-class="top ? 'top-dialog' : undefined" :content-class="top ? 'top-dialog' : undefined"