z-index css 수정

This commit is contained in:
김창수 2025-01-14 10:41:05 +09:00
parent f775354e43
commit 37113481f0

View File

@ -35,7 +35,7 @@ $alert-color: #101010;
border: 1px solid #000; border: 1px solid #000;
border-radius: 4px; border-radius: 4px;
background-color: #272727; background-color: #272727;
z-index: 9999999; z-index: 100000;
&.xsm{ &.xsm{
width: 200px; width: 200px;
} }