Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled element completly not interactible #197

Open
JoseCoelho25 opened this issue Nov 28, 2023 · 1 comment
Open

Disabled element completly not interactible #197

JoseCoelho25 opened this issue Nov 28, 2023 · 1 comment

Comments

@JoseCoelho25
Copy link

So i had an issue when draggin an item from a board to another, i configured some boards to open a modal so the user can input information. The issue was with the boards that become disabled if its part of the dragTo exceptions, althought the item never moves to the board, the modal would still pop up and open.

So i added this to the css class to make the board completly non interactible:
.kanban-board.disabled-board {
/* disable html element that cannot be dragged to */
pointer-events: none;
opacity: 0.3;
}

Just wanted to share in case someone has a similar problem

@Scantech-Val
Copy link

Wow, I just had a similar problem and saw your ticket, thanks for sharing this easy fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants