Skip to content

Commit

Permalink
fix: layout shift caused by redundant styles
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromer committed Jun 27, 2024
1 parent ce1bfb7 commit a118538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

html,
body {
@apply size-full
[scrollbar-gutter:auto];
@apply h-full;
}

body {
Expand Down

0 comments on commit a118538

Please sign in to comment.