mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
remove absolute from BaseDialog
This commit is contained in:
parent
c076b86cbd
commit
939ef09fb0
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue