.dialog {left; width;}
This commit is contained in:
parent
9c3e59bd57
commit
51719c5faf
|
@ -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] {
|
||||||
|
|
Loading…
Reference in a new issue