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; }