fix(kanban): background content scrolling when opening a task
This commit is contained in:
parent
74ab197dc6
commit
553fd54f78
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ $crazy-height-calculation-tasks: '#{$crazy-height-calculation} - 1rem - 2.5rem -
|
||||||
$filter-container-height: '1rem - #{$switch-view-height}';
|
$filter-container-height: '1rem - #{$switch-view-height}';
|
||||||
|
|
||||||
// FIXME:
|
// FIXME:
|
||||||
.app-content.list\.kanban {
|
.app-content.list\.kanban, .app-content.task\.detail {
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue