From 46e0f342684a42db8223d48fdc318f4a8aa154fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 26 Sep 2024 14:08:04 +0900 Subject: [PATCH] =?UTF-8?q?modal=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_modal.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index c1e25e7..ece8ee9 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -13,7 +13,6 @@ right: 100px; width: 100%; min-width: 300px; - max-width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; @@ -22,16 +21,16 @@ background-color: #272727; z-index: 9999999; &.sm{ - max-width: 580px; + width: 580px; } &.ssm{ - max-width: 380px; + width: 380px; } &.xm{ - max-width: 300px; + width: 300px; } &.l{ - max-width: 800px; + width: 800px; } &.mount{ animation: mountpop .17s ease-in-out forwards;