fix(viewer): remove body min-height to prevent unnecessary scrollbar

This commit is contained in:
jocayn
2026-06-13 17:35:35 +08:00
parent bca5f8f240
commit e48f52fc29
-1
View File
@@ -27,7 +27,6 @@
body {
margin: 0;
min-height: 100vh;
background: var(--bg);
color: var(--text);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;