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

This commit is contained in:
Torkel Ödegaard
2022-10-17 14:19:57 +02:00
committed by GitHub
parent 0f9e6dda2d
commit 0d9b321058
@@ -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} />