From 4d8bbc030893f210029b3b098dec229d43f2e7dc Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 28 Jul 2025 13:19:04 +0330 Subject: [PATCH] user select none --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index dad22e3..382804d 100644 --- a/src/index.css +++ b/src/index.css @@ -20,6 +20,10 @@ body { font-weight: 300; overflow: hidden; font-feature-settings: "lnum"; /* اطمینان از نمایش اعداد انگلیسی */ + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } /* ریسپانسیو شدن برای صفحات کوچک */