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