Skip to content

Commit ea5ddec

Browse files
committed
revert
1 parent cdf837f commit ea5ddec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/component-library/src/AppShell/index.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
.body {
17+
background: black;
1718
-webkit-font-smoothing: antialiased;
1819
-moz-osx-font-smoothing: grayscale;
1920
scroll-behavior: smooth;
@@ -32,7 +33,9 @@
3233
background: theme.color("background", "primary");
3334
border-top-left-radius: calc(var(--offset) * theme.border-radius("xl"));
3435
border-top-right-radius: calc(var(--offset) * theme.border-radius("xl"));
35-
min-height: 100dvh;
36+
height: 100dvh;
37+
overflow: hidden auto;
38+
transform: scale(calc(100% - (var(--offset) * 5%)));
3639
scrollbar-gutter: stable;
3740

3841
.header {

0 commit comments

Comments
 (0)