1
0
Fork 0
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:
Maksim Eltyshev 2024-11-17 23:45:29 +01:00
parent 54387b458e
commit 2ab33b1b73
5 changed files with 24 additions and 1 deletions

View file

@ -142,6 +142,10 @@
}
:global(#app) {
&.dragging>* {
pointer-events: none;
}
/* Backgrounds */
.backgroundBerryRed {