diff --git a/public/app/features/search/page/SearchPage.tsx b/public/app/features/search/page/SearchPage.tsx index 167e18afcbe..0f1f6fdf799 100644 --- a/public/app/features/search/page/SearchPage.tsx +++ b/public/app/features/search/page/SearchPage.tsx @@ -162,6 +162,7 @@ export default function SearchPage() { className={css` display: flex; flex-direction: column; + overflow: hidden; `} > ({ searchInput: css` margin-bottom: 6px; + min-height: ${theme.spacing(4)}; `, unsupported: css` padding: 10px; diff --git a/public/app/features/search/page/components/FolderView.tsx b/public/app/features/search/page/components/FolderView.tsx index 54f18b50260..4f5e58b8feb 100644 --- a/public/app/features/search/page/components/FolderView.tsx +++ b/public/app/features/search/page/components/FolderView.tsx @@ -78,6 +78,7 @@ const getStyles = (theme: GrafanaTheme2) => { wrapper: css` display: flex; flex-direction: column; + overflow: auto; > ul { list-style: none;