DashboardsList: Fixes issue with overflow hidden causing input focus state to be obscured (#57021)

pull/57080/head
Torkel Ödegaard 3 years ago committed by GitHub
parent 0f9e6dda2d
commit 0d9b321058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/search/components/DashboardListPage.tsx

@ -46,7 +46,6 @@ export const DashboardListPage: FC<Props> = memo(({ match, location }) => {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
`}
>
<ManageDashboardsNew folder={value?.folder} />

Loading…
Cancel
Save