Skip to content

Commit

Permalink
add back div in body
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Feb 15, 2024
1 parent 71de907 commit e120a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
%sveltekit.body%
<div style="display: contents">
%sveltekit.body%
</div>
</body>
</html>

0 comments on commit e120a13

Please sign in to comment.