diff --git a/src/components/Search/RecommendList/recommendList.css.ts b/src/components/Search/RecommendList/recommendList.css.ts index cd89faa4..014d6daa 100644 --- a/src/components/Search/RecommendList/recommendList.css.ts +++ b/src/components/Search/RecommendList/recommendList.css.ts @@ -3,6 +3,7 @@ import { style } from '@vanilla-extract/css'; export const container = style({ position: 'absolute', + top: 106, minWidth: 360, maxHeight: 150, padding: '10px 0',