From 99f41ae53fadf9bda3f438dbc2c4434b319884fb Mon Sep 17 00:00:00 2001 From: zeppi Date: Sun, 13 Jun 2021 17:52:20 -0400 Subject: [PATCH] list add scrollbar only when needed --- ui/scss/component/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }