H
H
Hanry6542020-04-09 07:38:28
MySQL
Hanry654, 2020-04-09 07:38:28

How to make modal window [fullscreen] only open up to half of screen size in vuetify?

I found an example of a [fullscreen] modal window, but how can I make it open only half the screen, like VK coin?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Lazy @BojackHorseman MySQL, 2019-10-10
@atatundra

my.cnf
parameter default-time-zone

V
Vladimir Korotenko, 2020-04-09
@Hanry654

Apparently make the container style
width: 50wh;
height: 50vh;
margin: auto;
This container will take up half the screen height and width and will be centered.
Add shade to taste.

M
Marcel Melisov, 2020-04-10
@cta6ujiu3atop1

And why fullscreen if you need half the screen? Interesting

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question