From 41cb19428162165bfba4e48c1681a47db304d6ac Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 11 Apr 2025 09:43:06 -0500 Subject: [PATCH] Removed line between different channels for epgs. --- frontend/src/pages/Guide.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Guide.jsx b/frontend/src/pages/Guide.jsx index f630127d..be66da6f 100644 --- a/frontend/src/pages/Guide.jsx +++ b/frontend/src/pages/Guide.jsx @@ -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