improved a lot of things
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user