.dialog {left; width;}

This commit is contained in:
Tomasz Kapias 2023-04-28 08:59:44 +02:00
parent 9c3e59bd57
commit 51719c5faf

View file

@ -213,10 +213,10 @@
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
justify-content: center; justify-content: center;
left: 0; left: -15vw;
padding: 0; padding: 0;
top: 0; top: 0;
width: 100%; width: 100vw;
} }
.dialog[open] { .dialog[open] {