mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-23 18:18:18 +00:00
Removed line between different channels for epgs.
This commit is contained in:
parent
058f7dbb30
commit
41cb194281
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
|||
style={{
|
||||
display: 'flex',
|
||||
height: rowHeight,
|
||||
borderBottom: '1px solid #4a5568', // Increased border width for better visibility
|
||||
borderBottom: '0px solid #4a5568', // Increased border width for better visibility
|
||||
transition: 'height 0.2s ease',
|
||||
position: 'relative', // Added for proper stacking
|
||||
overflow: 'visible', // Changed from 'hidden' to 'visible' to allow expanded programs to overflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue