This commit is contained in:
Lachlan Kermode
2022-03-10 07:20:48 -05:00
parent 330a7c56d0
commit 86fcd1a942
12 changed files with 54 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ $card-stack-header-height: 38px;
position: absolute;
top: calc(#{$card-right} + #{$card-stack-header-height});
right: $card-right;
max-height: calc(100% - 10px);
max-height: calc(100% - #{$timeline-height} + 60px);
height: auto;
width: $card-width;
overflow-y: scroll;