mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 11:05:05 +03:00
Remove user select from unwanted areas
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
@include shared.gradient-text;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.footerCopyright {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.headerInner {
|
||||
|
||||
@@ -212,6 +212,7 @@ $radius-pill: 9999px;
|
||||
}
|
||||
|
||||
.downloadTable {
|
||||
user-select: none;
|
||||
width: 100%;
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user