Skip to content

Commit a118538

Browse files
committed
fix: layout shift caused by redundant styles
1 parent ce1bfb7 commit a118538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/base.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
html,
77
body {
8-
@apply size-full
9-
[scrollbar-gutter:auto];
8+
@apply h-full;
109
}
1110

1211
body {

0 commit comments

Comments
 (0)