fix overlapping scroll content in kanban board

This commit is contained in:
REJack
2020-11-30 08:46:50 +01:00
parent eb0caf5b30
commit acb1cdfebe

View File

@@ -32,11 +32,15 @@
}
.card-body {
height: 100%;
height: calc(100% - (12px + (1.8rem * #{$headings-line-height}) + .5rem));
overflow-y: auto;
}
.card {
&:last-child {
margin-bottom: 0;
border-bottom-width: 1px;
}
.card-header {
padding: .5rem .75rem;
}