fix: kanban last card cut off

This commit is contained in:
prssanna 2021-02-17 16:20:14 +05:30
parent f91c9bf467
commit c42b5a5cc7

View file

@ -32,7 +32,7 @@
border-radius: var(--border-radius);
padding: var(--padding-md);
min-height: calc(100vh - 250px);
max-height: calc(75vh - 10px);
max-height: calc(100vh - (var(--navbar-height) + var(--page-bottom-margin) + 80px));
.add-card {
@include flex(flex, center, center, null);
@ -172,6 +172,10 @@
text-decoration: none;
}
}
&:last-child .kanban-card {
margin-bottom: var(--margin-xl);
}
}
.kanban-card:hover,