콘텐츠 메인 - 채널별 ***
- 크리에이터 뷰 가로 스크롤 안보이도록 수정
This commit is contained in:
		| @@ -26,7 +26,7 @@ struct ContentByChannelView: View { | |||||||
|                 .foregroundColor(.grayee) |                 .foregroundColor(.grayee) | ||||||
|                 .padding(.horizontal, 13.3) |                 .padding(.horizontal, 13.3) | ||||||
|              |              | ||||||
|             ScrollView(.horizontal) { |             ScrollView(.horizontal, showsIndicators: false) { | ||||||
|                 HStack(spacing: 22) { |                 HStack(spacing: 22) { | ||||||
|                     ForEach(0..<creatorList.count, id: \.self) { index in |                     ForEach(0..<creatorList.count, id: \.self) { index in | ||||||
|                         let item = creatorList[index] |                         let item = creatorList[index] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung