Remove user select from unwanted areas

This commit is contained in:
2026-03-19 09:33:29 +03:00
Unverified
parent a23880eaec
commit 7f69e38e71
3 changed files with 3 additions and 0 deletions
@@ -48,6 +48,7 @@
font-size: 32px; font-size: 32px;
font-weight: 700; font-weight: 700;
@include shared.gradient-text; @include shared.gradient-text;
user-select: none;
} }
.footerCopyright { .footerCopyright {
@@ -8,6 +8,7 @@
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1000; z-index: 1000;
user-select: none;
} }
.headerInner { .headerInner {
+1
View File
@@ -212,6 +212,7 @@ $radius-pill: 9999px;
} }
.downloadTable { .downloadTable {
user-select: none;
width: 100%; width: 100%;
max-width: 720px; max-width: 720px;
margin: 0 auto; margin: 0 auto;