z index 맞춤

This commit is contained in:
김창수 2024-10-28 09:08:43 +09:00
parent f4bd2afe93
commit fdf2c2b6c9

View File

@ -329,7 +329,7 @@
border-top: 1px solid #000;
width: 100%;
transition: all .17s ease-in-out;
z-index: 999;
z-index: 99;
&.active{
top: calc(92.8px + 50px);
}