list add scrollbar only when needed

This commit is contained in:
zeppi 2021-06-13 17:52:20 -04:00 committed by jessopb
parent e40aa84a40
commit 99f41ae53f

View file

@ -312,7 +312,7 @@
} }
.card__body-scrollable { .card__body-scrollable {
overflow-y: scroll; overflow-y: auto;
max-height: 30vh; max-height: 30vh;
} }