mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
non-draggable in mobile/tablet resolution
This commit is contained in:
parent
3e79cd7944
commit
875b87b0d6
@ -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…
x
Reference in New Issue
Block a user