Skip to content

Commit

Permalink
Disable selection to make things more native-y
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Oct 11, 2024
1 parent 45c4f84 commit 966fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Tauri + SvelteKit + Typescript App</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="overflow-hidden m-h-full h-full text-white bg-neutral-800">
<body data-sveltekit-preload-data="hover" class="select-none overflow-hidden m-h-full h-full text-white bg-neutral-800">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>

0 comments on commit 966fb98

Please sign in to comment.