improved a lot of things

This commit is contained in:
SinachPat
2026-04-27 05:00:38 +01:00
parent 9d9d7d7a37
commit 48e1ba115e
+5 -2
View File
@@ -4,11 +4,14 @@
padding: 0; padding: 0;
} }
html, body, #__next { html, body {
height: 100%; height: 100%;
overflow: hidden;
} }
/* overflow: hidden is applied by AppChrome directly on its root div
for the canvas route only. Setting it globally here would break
scrolling on settings, workspace, and other non-canvas pages. */
body { body {
font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, -apple-system, sans-serif; font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, -apple-system, sans-serif;
background: #f5f5f5; background: #f5f5f5;