From 4f72948af1d9b5306f70771b060bb175a434e0fb Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 10 Sep 2025 21:57:14 -0700 Subject: [PATCH] switch block to align-top --- src/components/graph/GraphCanvas.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index 6ea8970f41..c416447a5a 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -28,7 +28,7 @@ id="graph-canvas" ref="canvasRef" tabindex="1" - class="block w-full h-full touch-none" + class="align-top w-full h-full touch-none" />