forked from Github/frigate
Various UI tweaks and changes (#12364)
This commit is contained in:
@@ -111,7 +111,7 @@ export default function LiveBirdseyeView({
|
||||
}
|
||||
|
||||
return (
|
||||
<TransformWrapper minScale={1.0}>
|
||||
<TransformWrapper minScale={1.0} wheel={{ smoothStep: 0.005 }}>
|
||||
<div
|
||||
ref={mainRef}
|
||||
className={
|
||||
|
||||
@@ -295,7 +295,7 @@ export default function LiveCameraView({
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<TransformWrapper minScale={1.0}>
|
||||
<TransformWrapper minScale={1.0} wheel={{ smoothStep: 0.005 }}>
|
||||
<div
|
||||
ref={mainRef}
|
||||
className={
|
||||
|
||||
Reference in New Issue
Block a user