gnb 원뎁스

This commit is contained in:
2025-11-23 23:23:25 +09:00
parent cfb9b1c4d4
commit 9f67ce0682
41 changed files with 7909 additions and 6710 deletions

View File

@@ -429,7 +429,7 @@ html {
}
.content-item {
position: absolute;
top: 44vw;
top: 55vw;
left: 0;
width: 100%;
padding: 0 2rem;
@@ -625,7 +625,6 @@ html {
}
}
}
// 탭 네비게이션 스타일
.tabNavigation {
overflow: hidden;
@@ -639,6 +638,7 @@ html {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(8px);
z-index: 100;
transition: top 0.3s ease-in-out;
@include tablet {
height: 4rem;
padding: 1rem 2rem;
@@ -1699,3 +1699,11 @@ html {
}
}
}
body#promotion {
&.scroll-up {
.tabNavigation {
top: 10.6rem;
}
}
}