non-draggable in mobile/tablet resolution
This commit is contained in:
parent
3e79cd7944
commit
875b87b0d6
1 changed files with 4 additions and 0 deletions
|
|
@ -546,6 +546,8 @@ a,
|
|||
#app.item-selected #col-item {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.drag { cursor: default; }
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
|
|
@ -579,4 +581,6 @@ a,
|
|||
#app.item-selected #col-item {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.drag { cursor: default; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue