Removed bottom scroll bar that snuck in.

This commit is contained in:
SergeantPanda 2025-04-08 20:10:32 -05:00
parent ffce247cbc
commit 54e2ffc99e

View file

@ -838,7 +838,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
style={{
flex: 1,
overflowY: 'auto',
overflowX: 'auto', // Changed from 'hidden' to 'auto' to enable horizontal scrolling
overflowX: 'hidden',
position: 'relative',
}}
onScroll={handleGuideScroll}