stop grabbing of ghost image

This commit is contained in:
2026-06-26 16:03:18 -04:00
parent 38e8ebf362
commit 0b47af3b4f
2 changed files with 16 additions and 2 deletions
+9
View File
@@ -140,3 +140,12 @@ input::placeholder {
.subtext {
color: var(--text-muted);
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}