We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf837f commit ea5ddecCopy full SHA for ea5ddec
packages/component-library/src/AppShell/index.module.scss
@@ -14,6 +14,7 @@
14
}
15
16
.body {
17
+ background: black;
18
-webkit-font-smoothing: antialiased;
19
-moz-osx-font-smoothing: grayscale;
20
scroll-behavior: smooth;
@@ -32,7 +33,9 @@
32
33
background: theme.color("background", "primary");
34
border-top-left-radius: calc(var(--offset) * theme.border-radius("xl"));
35
border-top-right-radius: calc(var(--offset) * theme.border-radius("xl"));
- min-height: 100dvh;
36
+ height: 100dvh;
37
+ overflow: hidden auto;
38
+ transform: scale(calc(100% - (var(--offset) * 5%)));
39
scrollbar-gutter: stable;
40
41
.header {
0 commit comments