V
V
Vlad Sadovnik2021-07-15 14:06:48
css
Vlad Sadovnik, 2021-07-15 14:06:48

How to remove transparent borders in a dialog?

60f0165814add998188628.png
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

1 answer(s)
V
Vlad Sadovnik, 2021-07-15
@Hiroio

width = "unset"
found!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question