App: Disable user-select

This commit is contained in:
2025-01-27 20:30:33 +01:00
parent b95a5109e0
commit 9ad670ab5e

View File

@ -18,6 +18,6 @@
<!-- Prefetch data specified in "load" functions on link hover -->
<body data-theme="formula11Theme" data-sveltekit-preload-data="hover">
<!-- SvelteKit inserts the body contents here -->
<div style="display: contents">%sveltekit.body%</div>
<div style="display: contents; user-select: none">%sveltekit.body%</div>
</body>
</html>