콘텐츠 메인 - 채널별 ***

- 크리에이터 뷰 가로 스크롤 안보이도록 수정
This commit is contained in:
Yu Sung 2025-02-22 06:56:23 +09:00
parent e6621c6606
commit e3bac07155
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct ContentByChannelView: View {
.foregroundColor(.grayee)
.padding(.horizontal, 13.3)
ScrollView(.horizontal) {
ScrollView(.horizontal, showsIndicators: false) {
HStack(spacing: 22) {
ForEach(0..<creatorList.count, id: \.self) { index in
let item = creatorList[index]