1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 12:35:26 +02:00

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 {