mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55:26 +03:00
Fix scroll
This commit is contained in:
parent
d14bd1b29f
commit
be6bc2af94
@ -131,7 +131,7 @@ export default function DesktopTimelineView({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
<div className="px-2 h-[608px] w-1/3 overflow-auto">
|
<div className="px-2 h-[608px] w-1/3 overflow-y-auto overflow-x-hidden">
|
||||||
{selectedPlayback.timelineItems.map((timeline) => {
|
{selectedPlayback.timelineItems.map((timeline) => {
|
||||||
return (
|
return (
|
||||||
<TimelineItemCard
|
<TimelineItemCard
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user