.dialog {left; width;}
This commit is contained in:
parent
9c3e59bd57
commit
51719c5faf
|
@ -213,10 +213,10 @@
|
|||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
left: 0;
|
||||
left: -15vw;
|
||||
padding: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.dialog[open] {
|
||||
|
|
Loading…
Reference in a new issue