mirror of
https://github.com/Finsys/dockhand.git
synced 2026-06-17 19:09:33 +03:00
fix: improve canvas resize
This commit is contained in:
@@ -662,7 +662,7 @@
|
|||||||
|
|
||||||
<div class="flex-1 flex min-h-0 h-full">
|
<div class="flex-1 flex min-h-0 h-full">
|
||||||
<!-- Graph container -->
|
<!-- Graph container -->
|
||||||
<div class="flex-1 relative h-full {graphTheme === 'dark' ? 'bg-zinc-900' : 'bg-zinc-100'}">
|
<div class="flex-1 relative h-full min-w-0 {graphTheme === 'dark' ? 'bg-zinc-900' : 'bg-zinc-100'}">
|
||||||
<div bind:this={containerEl} class="w-full h-full"></div>
|
<div bind:this={containerEl} class="w-full h-full"></div>
|
||||||
|
|
||||||
<!-- Footer: Legend -->
|
<!-- Footer: Legend -->
|
||||||
|
|||||||
Reference in New Issue
Block a user