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:
parent
7b48f698a8
commit
a0824e54c1
3 changed files with 25 additions and 6 deletions
|
@ -146,6 +146,11 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.dragScrolling>* {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Backgrounds */
|
||||
|
||||
.backgroundBerryRed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue