gnb 원뎁스
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user