Make elements not selectable by default

This commit is contained in:
Joscha 2025-02-15 12:42:42 +01:00
parent d3a18893de
commit 5a244e585f
6 changed files with 8 additions and 6 deletions

View file

@ -23,7 +23,7 @@ window.addEventListener("keypress", (ev) => {
</script>
<template>
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
<div class="flex h-screen touch-pan-x touch-pan-y select-none flex-col">
<CNavbar />
<div class="h-full overflow-auto p-1 pr-5">
<CNote