mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 22:14:54 +10:00
fix: reduce preview wheel zoom sensitivity (#2911)
This commit is contained in:
@@ -27,7 +27,7 @@ function RouteComponent() {
|
||||
|
||||
return (
|
||||
<div className="fixed inset-0">
|
||||
<TransformWrapper centerOnInit limitToBounds={false} minScale={0.3} initialScale={0.6} maxScale={6}>
|
||||
<TransformWrapper centerOnInit limitToBounds={false} minScale={0.3} initialScale={0.6} maxScale={6} wheel={{ step: 0.001 }}>
|
||||
<TransformComponent wrapperClass="h-full! w-full!">
|
||||
<ResumePreview
|
||||
showPageNumbers
|
||||
|
||||
Reference in New Issue
Block a user