fix. scroll position 변수명 수정
Made-with: Cursor
This commit is contained in:
@@ -26,11 +26,11 @@ const analytics = {
|
||||
|
||||
<style scoped>
|
||||
.empty-game + main .btn-home {
|
||||
@apply mt-[var(--scroll-position,48px)] md:mt-[var(--scroll-position,64px)];
|
||||
@apply mt-[var(--scroll-stove-position,48px)] md:mt-[var(--scroll-stove-position,64px)];
|
||||
}
|
||||
.btn-home {
|
||||
@apply fixed top-3 right-3 mt-[calc(var(--scroll-position,48px)+48px)] shadow-[0_1.667px_3.333px_0_rgba(0,0,0,0.06)] backdrop-blur-[12.5px] z-[100]
|
||||
sm:top-5 md:top-6 md:right-8 md:mt-[calc(var(--scroll-position,64px)+64px)];
|
||||
@apply fixed top-3 right-3 mt-[calc(var(--scroll-stove-position,48px)+48px)] shadow-[0_1.667px_3.333px_0_rgba(0,0,0,0.06)] backdrop-blur-[12.5px] z-[100]
|
||||
sm:top-5 md:top-6 md:right-8 md:mt-[calc(var(--scroll-stove-position,64px)+64px)];
|
||||
}
|
||||
.btn-home:hover :deep(.icon) {
|
||||
@apply scale-[1.08];
|
||||
|
||||
Reference in New Issue
Block a user