From 0d9b32105825e67991189a16652b56c1a1a24425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 17 Oct 2022 14:19:57 +0200 Subject: [PATCH] DashboardsList: Fixes issue with overflow hidden causing input focus state to be obscured (#57021) --- public/app/features/search/components/DashboardListPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/search/components/DashboardListPage.tsx b/public/app/features/search/components/DashboardListPage.tsx index 1773d934645..301af0dae87 100644 --- a/public/app/features/search/components/DashboardListPage.tsx +++ b/public/app/features/search/components/DashboardListPage.tsx @@ -46,7 +46,6 @@ export const DashboardListPage: FC = memo(({ match, location }) => { display: flex; flex-direction: column; height: 100%; - overflow: hidden; `} >