Fix new card input positioning

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-13 10:43:34 +02:00
parent bd9fe49ec4
commit 7efd702b24
2 changed files with 5 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ export default {
margin-top: 3px;
padding: $stack-spacing;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}
.smooth-dnd-container.vertical > .smooth-dnd-draggable-wrapper {