mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-04 07:42:47 +00:00
Fix console error.
This commit is contained in:
parent
8c47f7b0e6
commit
6d13aa5314
1 changed files with 2 additions and 2 deletions
|
|
@ -836,7 +836,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
|||
{(searchQuery !== '' ||
|
||||
selectedGroupId !== 'all' ||
|
||||
selectedProfileId !== 'all') && (
|
||||
<Button variant="subtle" onClick={clearFilters} size="sm" compact>
|
||||
<Button variant="subtle" onClick={clearFilters} size="sm">
|
||||
Clear Filters
|
||||
</Button>
|
||||
)}
|
||||
|
|
@ -1085,7 +1085,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
|||
borderRight: '1px solid #27272A', // Increased border width for visibility
|
||||
borderBottom: '1px solid #27272A', // Match the row border
|
||||
boxShadow: '2px 0 5px rgba(0,0,0,0.2)', // Added shadow for depth
|
||||
position: 'sticky',
|
||||
//position: 'sticky',
|
||||
left: 0,
|
||||
zIndex: 30, // Higher than expanded programs to prevent overlap
|
||||
height: rowHeight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue