mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
fix history flexbox and live extra scrollbar
This commit is contained in:
parent
8dd1f1340e
commit
2543ba66bb
@ -79,7 +79,7 @@ function Live() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full h-full overflow-scroll px-2">
|
<div className="w-full h-full overflow-y-scroll px-2">
|
||||||
{events && events.length > 0 && (
|
{events && events.length > 0 && (
|
||||||
<ScrollArea>
|
<ScrollArea>
|
||||||
<TooltipProvider>
|
<TooltipProvider>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user