mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Remove user select from unwanted areas
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user