From 260c12d83af27d8fc8eb724832c965e113ba869e Mon Sep 17 00:00:00 2001 From: Maroxy Date: Sun, 24 Oct 2021 14:12:49 +0200 Subject: [PATCH] fix long list --- src/sass/settings.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sass/settings.sass b/src/sass/settings.sass index 978297d..2e81c21 100644 --- a/src/sass/settings.sass +++ b/src/sass/settings.sass @@ -169,6 +169,8 @@ body .select-options position: absolute display: none + overflow: auto + height: 230px background-color: white border-radius: 12px