Skip to content

Commit 833cbe1

Browse files
committed
fix: roadmap scroll and size
1 parent 00c48aa commit 833cbe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/Roadmap.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
:apply-changes="false"
4242
:nodes-draggable="false"
4343
:edges-updatable="false"
44-
class="min-h-screen min-w-full"
44+
:min-zoom="0.65"
45+
:zoom-on-scroll="false"
46+
:prevent-scrolling="false"
47+
class="min-h-[220vh] min-w-full"
4548
>
4649
<MiniMap
4750
pannable zoomable

0 commit comments

Comments
 (0)