From 02cb8ab2bbcfba7fa5897d52f6bbfe7ca7f499ab Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 4 Sep 2023 09:20:01 +0300 Subject: [PATCH] fix: change height of list and clean comments --- .../KeyGeneration/AutocompleteInput.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/AutocompleteInput.css b/src/pages/ValidatorOnboarding/KeyGeneration/AutocompleteInput.css index 32bbba99..8af278db 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/AutocompleteInput.css +++ b/src/pages/ValidatorOnboarding/KeyGeneration/AutocompleteInput.css @@ -12,7 +12,7 @@ input[type="text"], .suggestion-list { position: absolute; z-index: 1000; - max-height: 272px; + max-height: 210px; overflow-y: scroll; border: 1px solid #ccc; border-radius: 24px; @@ -34,12 +34,12 @@ input[type="text"], } .suggestion-list::-webkit-scrollbar { - width: 4px; /* make it thinner */ + width: 4px; } .suggestion-list::-webkit-scrollbar-thumb { background-color: darkgrey; - border-radius: 2px; /* round corners */ + border-radius: 2px; } .suggestion-list::-webkit-scrollbar-thumb:hover { @@ -47,7 +47,7 @@ input[type="text"], } .suggestion-list::-webkit-scrollbar-track { - background-color: transparent; /* make track transparent */ + background-color: transparent; } .suggestion-list::-webkit-scrollbar-thumb {