Skip to content

Commit 42493b1

Browse files
committed
Fix SvelteKit template for sveltejs/kit#7652
1 parent a96228e commit 42493b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
%sveltekit.head%
1111
</head>
1212
<body>
13-
%sveltekit.body%
13+
<div style="display: contents">%sveltekit.body%</div>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)