mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-05 19:17:30 +08:00
fix(ScrollableRow): 移除overflow-x-auto以修复滚动问题
移除overflow-x-auto类以防止水平滚动条意外出现,保持设计一致性
This commit is contained in:
@@ -102,7 +102,7 @@ export default function ScrollableRow({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
ref={containerRef}
|
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}
|
onScroll={checkScroll}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user