Skip to content

Commit bcb5854

Browse files
committed
fix: 모바일 스크롤 사용성 개선
1 parent a74bcb9 commit bcb5854

2 files changed

Lines changed: 62 additions & 308 deletions

File tree

app/globals.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,20 @@
125125
}
126126
}
127127

128+
@layer utilities {
129+
.scrollbar-hide {
130+
-ms-overflow-style: none;
131+
scrollbar-width: none;
132+
}
133+
.scrollbar-hide::-webkit-scrollbar {
134+
display: none;
135+
}
136+
.snap-children-start > * {
137+
scroll-snap-align: start;
138+
flex-shrink: 0;
139+
}
140+
}
141+
128142
body {
129143
transform: none !important;
130144
}

0 commit comments

Comments
 (0)