@@ -1,7 +1,7 @@
<template>
<div
ref="globalWindow"
- class="text-foreground flex flex-col w-screen h-screen bg-background-200 overflow-y-hidden"
+ class="text-foreground flex flex-col w-screen h-screen bg-background-200 overflow-y-hidden select-none"
>
<BaseSideBar />
<BaseHeader />
@@ -1,5 +1,5 @@
- <div class="flex flex-col w-screen h-screen bg-background-100 text-foreground">
+ <div class="flex flex-col w-screen h-screen bg-background-100 text-foreground select-none">
<main class="flex-auto">
<slot />
</main>