fix(SW-984): Scroll to active card (desktop)

This commit is contained in:
Pontus Dreij
2024-11-25 13:27:19 +01:00
parent 333be1379c
commit 0283c777ca
3 changed files with 25 additions and 8 deletions

View File

@@ -3,4 +3,6 @@
flex-direction: column;
gap: var(--Spacing-x2);
margin-bottom: var(--Spacing-x2);
max-height: 100vh;
overflow-y: auto;
}