Skip to content

Commit

Permalink
fix: set body min height
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 7, 2024
1 parent 8c2d88f commit 548c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
data-website-id="%VITE_UMAMI_WEBSITE_ID%"
></script>
</head>
<body class="bg-background text-foreground dark:dark">
<body class="min-h-dvh bg-background text-foreground dark:dark">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down

0 comments on commit 548c2ea

Please sign in to comment.