fix overlapping scroll content in kanban board

pull/3175/head
REJack 2020-11-30 08:46:50 +01:00
parent eb0caf5b30
commit acb1cdfebe
1 changed files with 5 additions and 1 deletions

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;
}