Answer the question
In order to leave comments, you need to log in
How to remove transparent borders in a dialog?
So I removed the width
, and if I set it, it will simply decrease
, that's the question, I need to make the size of the dialog flexible for the containers that I put them there 5 and each has its own size,
how to make it flexible for the size of the container and not for the fixed one
<v-dialog
class="elevation-0;"
style="position: absolute"
:fullscreen="$vuetify.breakpoint.xsOnly"
v-model="dialog"
>
<DovidDialog/>
</v-dialog>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question