feat: scrolling of dnd during dragging, visible overlay for mobile

This commit is contained in:
2025-08-12 19:15:11 +04:00
parent 5144c83e93
commit 1a98facd72
7 changed files with 31 additions and 74 deletions

View File

@ -4,6 +4,6 @@
width: 15vw;
@media (max-width: 48em) {
width: auto;
width: 90vw;
}
}