Skip to content

Commit

Permalink
fix: remove empty space at bottom of page that appears sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Draconizations committed Oct 6, 2024
1 parent 6366198 commit 577cd46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;

html {
height: 100%;
}

@layer components {
hr {
@apply border-muted/50;
Expand Down

0 comments on commit 577cd46

Please sign in to comment.