DashboardsList: Fixes issue with overflow hidden causing input focus state to be obscured (#57021)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user