diff --git a/components/Search.module.scss b/components/Search.module.scss index 4ccc25ca94..b88b6c8161 100644 --- a/components/Search.module.scss +++ b/components/Search.module.scss @@ -51,3 +51,7 @@ .selectWording { margin: 0.64rem 0.5rem 0 0; } + +.versionSearchContainer { + overflow: hidden; +} diff --git a/components/Search.tsx b/components/Search.tsx index d99a60e4fe..3f6d0adc70 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -206,7 +206,7 @@ export function Search({ ) const SearchInput = ( -