mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
remove incorrect classes causing extra scroll in detail stream
This commit is contained in:
parent
bb9b8100a1
commit
ae5e6c318f
@ -970,7 +970,6 @@ function Timeline({
|
|||||||
"relative overflow-hidden",
|
"relative overflow-hidden",
|
||||||
isDesktop
|
isDesktop
|
||||||
? cn(
|
? cn(
|
||||||
"no-scrollbar overflow-y-auto",
|
|
||||||
timelineType == "timeline"
|
timelineType == "timeline"
|
||||||
? "w-[100px] flex-shrink-0"
|
? "w-[100px] flex-shrink-0"
|
||||||
: timelineType == "detail"
|
: timelineType == "detail"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user