From 9cc350da368e3809abfeb7306f72e68e97362d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 10 Jan 2025 13:41:12 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EB=A1=9C=20=EB=B0=8F=20=EA=B0=80?= =?UTF-8?q?=EB=8C=80=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=84=A4=EC=A0=95=20=EC=B2=B4=ED=81=AC=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=20height=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 1f99238..6651921 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1522,6 +1522,7 @@ $alert-color: #101010; &.overflow{ overflow-y: auto; max-height: 100px; + min-height: 60px; &::-webkit-scrollbar { width: 4px; background-color: transparent;