fix: fixed status column droppable area

This commit is contained in:
2025-09-10 16:05:25 +04:00
parent c4381d86c7
commit c76304b7bc

View File

@ -1,9 +1,8 @@
.container {
height: 100%;
height: calc(100vh - 215px);
@media (max-width: 48em) {
width: 80vw;
height: calc(100vh - 215px);
}
}