diff --git a/src/main.css b/src/main.css index 163e7ad5..4d540975 100644 --- a/src/main.css +++ b/src/main.css @@ -82,7 +82,7 @@ } html { - @apply h-full overscroll-none; + @apply h-full overscroll-none select-none; } body, diff --git a/src/pages/main/index.tsx b/src/pages/main/index.tsx index 2676cd49..f9b1ab2d 100644 --- a/src/pages/main/index.tsx +++ b/src/pages/main/index.tsx @@ -143,7 +143,7 @@ export default function DesktopApp() {