fix(viewer): remove body min-height to prevent unnecessary scrollbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user