App: Disable user-select
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user