mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
non-draggable in mobile/tablet resolution
This commit is contained in:
@@ -546,6 +546,8 @@ a,
|
|||||||
#app.item-selected #col-item {
|
#app.item-selected #col-item {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drag { cursor: default; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
@@ -579,4 +581,6 @@ a,
|
|||||||
#app.item-selected #col-item {
|
#app.item-selected #col-item {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drag { cursor: default; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user