fix: add preview modal

This commit is contained in:
2025-12-04 13:45:28 +03:00
parent 1a49b3f8e2
commit 453ddb59a1
5 changed files with 76 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
.ModalContent {
position: absolute;
position: fixed;
width: rem(360px);
padding: rem(40px) rem(20px) rem(20px);
border-radius: rem(20px);

View File

@@ -1,6 +1,6 @@
.ModalBackdrop {
z-index: 1000;
position: absolute;
position: fixed;
top: 0;
left: 0;
bottom: 0;