DashboardSettings: fixes collapsable dropdown overflowing its parent container (#34377)

This commit is contained in:
Uchechukwu Obasi 2021-05-19 13:48:04 +01:00 committed by GitHub
parent db1191f3ef
commit 5a449d5963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,6 @@ export class DashboardSettings extends PureComponent<Props> {
const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
scrollInner: css`
min-width: 100%;
min-height: 100%;
display: flex;
`,
settingsWrapper: css`