fix. gnb 없는 케이스 추가
This commit is contained in:
@@ -172,6 +172,9 @@ onUnmounted(() => {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.empty-game + main .lnb-wrap {
|
||||
@apply mt-[var(--scroll-position,48px)];
|
||||
}
|
||||
.lnb-wrap {
|
||||
@apply fixed top-0 right-0 mt-[calc(var(--scroll-position,48px)+64px)] py-8 pr-10 bg-[radial-gradient(100%_50%_at_100%_50%,rgba(0,0,0,0.4)_25%,rgba(0,0,0,0)_100%)] transition-transform duration-[400ms] ease-in-out z-50;
|
||||
}
|
||||
@@ -235,4 +238,7 @@ button.is-active::after {
|
||||
.main-promotion .lnb-wrap {
|
||||
@apply mt-[calc(var(--scroll-position,48px)+64px+72px)];
|
||||
}
|
||||
.empty-game + .main-promotion .lnb-wrap {
|
||||
@apply mt-[calc(var(--scroll-position,48px)+72px)];
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user