Don't allow dragging a list when the user does not have the rights
This commit is contained in:
@ -157,3 +157,7 @@ button.table {
|
||||
.is-touch .handle {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.dragging-disabled .handle {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user