Implement fading out the cards when scrolling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-13 11:37:33 +02:00
parent d0147cb03e
commit 8ae580fd57
2 changed files with 31 additions and 9 deletions

View File

@@ -203,15 +203,17 @@ export default {
.stack {
display: flex;
flex-direction: column;
position: relative;
.smooth-dnd-container.vertical {
flex-grow: 1;
display: flex;
flex-direction: column;
margin-top: 3px;
padding: $stack-spacing;
overflow-x: hidden;
overflow-y: auto;
padding-top: 15px;
margin-top: -10px;
}
.smooth-dnd-container.vertical > .smooth-dnd-draggable-wrapper {