From 421c64cd490cd948b7f5a0ac59ea5cc9e5338b28 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 17 Jan 2022 13:38:35 +0100 Subject: [PATCH] Change the overflow to auto instead of scroll. --- source/scss/components/_search-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/components/_search-bar.scss b/source/scss/components/_search-bar.scss index 815b357..765c062 100644 --- a/source/scss/components/_search-bar.scss +++ b/source/scss/components/_search-bar.scss @@ -13,7 +13,7 @@ list-style: none; margin: 0; max-height: 50vh; - overflow-y: scroll; + overflow-y: auto; padding: 0; }