mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 20:45:27 +02:00
fix: Disable pointer events when dragging
This commit is contained in:
parent
54387b458e
commit
2ab33b1b73
5 changed files with 24 additions and 1 deletions
|
@ -142,6 +142,10 @@
|
|||
}
|
||||
|
||||
:global(#app) {
|
||||
&.dragging>* {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Backgrounds */
|
||||
|
||||
.backgroundBerryRed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue