From c6292da11a59ac6bdb058bab577fd5e3a90d88de 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 15:32:11 +0900 Subject: [PATCH] =?UTF-8?q?qselect=20=EB=86=92=EC=9D=B4=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_reset.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index d87bbc7..ceb5aff 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -357,7 +357,7 @@ button{ clip-path:inset(0 0 100% 0); width: calc(100% + 2px); padding: 8px 0; - max-height: 100px; + max-height: 116px; overflow-y: auto; background-color: #373737; border: 1px solid #3F3F3F;