fix: add preview modal
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.ModalContent {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: rem(360px);
|
||||
padding: rem(40px) rem(20px) rem(20px);
|
||||
border-radius: rem(20px);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.ModalBackdrop {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user