Make elements not selectable by default
This commit is contained in:
parent
d3a18893de
commit
5a244e585f
6 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue