fix(core): update

This commit is contained in:
2023-09-13 16:25:54 +02:00
parent bbc09330c9
commit 12ace00a90
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,8 @@ export class DeesModal extends DeesElement {
.modalContainer {
display: flex;
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
box-sizing: border-box;