fix(app): restore text selection on narrow desktop windows (#1635)

This commit is contained in:
Hampus
2026-08-15 19:28:59 +02:00
committed by GitHub
parent a4b121345f
commit de614db368
+1 -1
View File
@@ -516,7 +516,7 @@ img::before {
}
}
@media (max-width: 840px) {
@media (max-width: 840px) and (hover: none) and (pointer: coarse) {
:root {
--user-select: none;
}