Skip to content

Commit

Permalink
fix unintended space on bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Aug 25, 2024
1 parent 26ee143 commit 550cce0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
@tailwind components;
@tailwind utilities;

html {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
}

body {
overflow-y: clip;
}
Expand Down

0 comments on commit 550cce0

Please sign in to comment.