mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
fix: Disable text selection when drag-scrolling
This commit is contained in:
@@ -146,6 +146,11 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.dragScrolling>* {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Backgrounds */
|
||||
|
||||
.backgroundBerryRed {
|
||||
|
||||
Reference in New Issue
Block a user