Fix page flickering

This commit is contained in:
2022-12-25 19:29:30 -08:00
parent a0df472552
commit bbe139f779
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
<div id="page-container">%sveltekit.body%</div>
</body>
</html>