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;