Various UI tweaks and changes (#12364)

This commit is contained in:
Josh Hawkins
2024-07-09 14:36:55 -05:00
committed by GitHub
parent aacb8c84e0
commit d2f88491b1
5 changed files with 9 additions and 5 deletions

View File

@@ -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={

View File

@@ -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={