mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 19:14:00 +00:00
Removed bottom scroll bar that snuck in.
This commit is contained in:
parent
ffce247cbc
commit
54e2ffc99e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue