mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-23 11:35:17 +08:00
fix(ScrollableRow): 移除overflow-x-auto以修复滚动问题
移除overflow-x-auto类以防止水平滚动条意外出现,保持设计一致性
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user