Skip to content

Commit

Permalink
fix: body & html height 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jun 22, 2023
1 parent 1559388 commit 3640de4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-dragons-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

fix: body & html height 100%
6 changes: 6 additions & 0 deletions packages/site-kit/src/lib/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ html {
border-collapse: collapse;
}

html,
body {
height: 100%;
width: 100%;
}

:root {
--quint-out: cubic-bezier(0.23, 1, 0.32, 1);
}
Expand Down

0 comments on commit 3640de4

Please sign in to comment.