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
This commit is contained in:
2026-07-25 20:29:26 +08:00
parent d37967d38e
commit 674126d687

View File

@@ -188,6 +188,7 @@ onUnmounted(() => {
<style>
@import './assets/wordpress-exact.css';
html, body { height: 100%; margin: 0; }
</style>
<style scoped>