diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 1811b1e5e..2f8fd6d93 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -312,7 +312,7 @@ } .card__body-scrollable { - overflow-y: scroll; + overflow-y: auto; max-height: 30vh; }