fix: fixed status column droppable area
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
height: calc(100vh - 215px);
|
||||
@media (max-width: 48em) {
|
||||
width: 80vw;
|
||||
height: calc(100vh - 215px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user