non-draggable in mobile/tablet resolution

This commit is contained in:
Nazar Kanaev 2021-02-11 20:25:10 +00:00
parent 3e79cd7944
commit 875b87b0d6

View File

@ -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; }
}