Skip to content

Commit

Permalink
fix: make the app feel like 'real'
Browse files Browse the repository at this point in the history
Disallow selecting text and don't show a pointer when not needed.

Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed May 8, 2024
1 parent 7f3dbac commit 3ae1396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import HomePage from './components/HomePage.vue'
</script>

<template>
<div class="w-screen h-screen">
<div class="w-screen h-screen select-none cursor-default">
<Suspense>
<HomePage />
</Suspense>
Expand Down

0 comments on commit 3ae1396

Please sign in to comment.