Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix layout shift caused by css styles
  • Loading branch information
monochromer committed Jul 5, 2024
commit 8c4c891d51142d30911c7e7dcf67ec4d6a0f0c16
3 changes: 1 addition & 2 deletions apps/site/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