From 7f69e38e71a3fb2d8ff4d099af6af22cb991b86d Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Thu, 19 Mar 2026 09:33:29 +0300 Subject: [PATCH] Remove user select from unwanted areas --- frontend/src/pages/home/home-footer.module.scss | 1 + frontend/src/pages/home/home-header.module.scss | 1 + frontend/src/pages/home/home.module.scss | 1 + 3 files changed, 3 insertions(+) diff --git a/frontend/src/pages/home/home-footer.module.scss b/frontend/src/pages/home/home-footer.module.scss index 29f49fd..60eb8d9 100644 --- a/frontend/src/pages/home/home-footer.module.scss +++ b/frontend/src/pages/home/home-footer.module.scss @@ -48,6 +48,7 @@ font-size: 32px; font-weight: 700; @include shared.gradient-text; + user-select: none; } .footerCopyright { diff --git a/frontend/src/pages/home/home-header.module.scss b/frontend/src/pages/home/home-header.module.scss index 681ac58..43d825c 100644 --- a/frontend/src/pages/home/home-header.module.scss +++ b/frontend/src/pages/home/home-header.module.scss @@ -8,6 +8,7 @@ position: sticky; top: 0; z-index: 1000; + user-select: none; } .headerInner { diff --git a/frontend/src/pages/home/home.module.scss b/frontend/src/pages/home/home.module.scss index f904f1a..92693a5 100644 --- a/frontend/src/pages/home/home.module.scss +++ b/frontend/src/pages/home/home.module.scss @@ -212,6 +212,7 @@ $radius-pill: 9999px; } .downloadTable { + user-select: none; width: 100%; max-width: 720px; margin: 0 auto;