fix: Disable text selection when drag-scrolling

This commit is contained in:
Maksim Eltyshev
2024-11-22 16:17:14 +01:00
parent 7b48f698a8
commit a0824e54c1
3 changed files with 25 additions and 6 deletions

View File

@@ -146,6 +146,11 @@
pointer-events: none;
}
&.dragScrolling>* {
pointer-events: none;
user-select: none;
}
/* Backgrounds */
.backgroundBerryRed {