From 414ecc5ffbc1980e770849ac471d3df1e37e3249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:21:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8chore:=20Sync=20Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index c9f4df76..0e767ee7 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -35,7 +35,7 @@ $alert-color: #101010; border: 1px solid #000; border-radius: 4px; background-color: #272727; - z-index: 9999999; + z-index: 100000; &.xsm{ width: 200px; }