From 5faed79c72a9b384487ed7389df501022cc98a93 Mon Sep 17 00:00:00 2001 From: ayangweb <75017711+ayangweb@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:16:08 +0800 Subject: [PATCH] refactor: optimized the effect of selecting text (#210) --- src/main.css | 2 +- src/pages/main/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {