From 58cd11b2b8b346a39620fc34e346bce9ba20ba71 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Fri, 17 Mar 2023 16:16:38 +0800 Subject: [PATCH] style(ui): move scroll bar outside (#3456) --- .../CountryCodeDropdown/index.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/InputFields/SmartInputField/CountryCodeSelector/CountryCodeDropdown/index.module.scss b/packages/ui/src/components/InputFields/SmartInputField/CountryCodeSelector/CountryCodeDropdown/index.module.scss index f31f79f83..3074dd18d 100644 --- a/packages/ui/src/components/InputFields/SmartInputField/CountryCodeSelector/CountryCodeDropdown/index.module.scss +++ b/packages/ui/src/components/InputFields/SmartInputField/CountryCodeSelector/CountryCodeDropdown/index.module.scss @@ -37,10 +37,10 @@ } .countryList { - margin: 0; - padding: 0; + margin: 0 _.unit(-3); + padding: 0 _.unit(3); list-style: none; - overflow: auto; + overflow: scroll; li { padding: _.unit(1) _.unit(2) _.unit(1) _.unit(7);