fix(ScrollableRow): 移除overflow-x-auto以修复滚动问题

移除overflow-x-auto类以防止水平滚动条意外出现,保持设计一致性
This commit is contained in:
SongPro
2025-07-10 11:24:20 +08:00
parent 3a64c6785e
commit 2aa24edf22

View File

@@ -102,7 +102,7 @@ export default function ScrollableRow({
>
<div
ref={containerRef}
className='flex space-x-6 overflow-x-auto scrollbar-hide pb-12 sm:pb-14'
className='flex space-x-6 scrollbar-hide pb-12 sm:pb-14'
onScroll={checkScroll}
>
{children}