From 674126d687a8cd241c8e2b6f4824d4d02243abed Mon Sep 17 00:00:00 2001 From: Momentry Studio Date: Sat, 25 Jul 2026 20:29:26 +0800 Subject: [PATCH] fix: add html/body height:100% + 100% height on sidebar/main - html,body { height:100% } to ensure proper height chain - ms-side { height: 100% } and ms-main { height: 100% } - Both resolve to same parent content height: 100vh - 56px --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 3b4ed91..5806e70 100644 --- a/src/App.vue +++ b/src/App.vue @@ -188,6 +188,7 @@ onUnmounted(() => {