From 9691e75e36397e219ef6696a8cb89a6590c497c7 Mon Sep 17 00:00:00 2001 From: Momentry Studio Date: Sat, 25 Jul 2026 20:29:35 +0800 Subject: [PATCH] fix: use height:100% on sidebar/main (resolves to parent content height) --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5806e70..410bb73 100644 --- a/src/App.vue +++ b/src/App.vue @@ -194,7 +194,7 @@ html, body { height: 100%; margin: 0; }