Fix more css bugs
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Fri, 19 Aug 2022 09:49:12 +0000 (15:19 +0530)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 09:49:12 +0000 (15:19 +0530)
src/app/atoms/modal/RawModal.scss

index 80458752f0453ad110f95efeff6432d101d63ca4..d612a4bc4216193aeb9cd7ce4302d7da9f6b2108 100644 (file)
@@ -3,7 +3,7 @@
   --medium-modal-width: 712px;
   --large-modal-width: 1024px;
 
-
+  position: relative;
   width: 100%;
   max-height: 100%;
   border-radius: var(--bo-radius);
@@ -63,4 +63,4 @@
   100% {
     opacity: 1;
   }
-}
\ No newline at end of file
+}