feat: add header element

This commit is contained in:
2026-01-21 11:09:51 +01:00
parent 36cf9211d2
commit 4c76c62a3e
3 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@
onwheel={(ev) => mouseEvents.handleMouseScroll(ev)}
bind:this={graphState.wrapper}
class="graph-wrapper"
style="height: 100vh;"
style="height: 100%;"
class:is-panning={graphState.isPanning}
class:is-hovering={graphState.hoveredNodeId !== -1}
aria-label="Graph"

View File

@@ -95,7 +95,7 @@
<SmallPerformanceViewer {fps} store={perf} />
{/if}
<div style="height: 100vh">
<div style="height: 100%">
<Canvas>
<Scene
bind:this={sceneComponent}