From 5a449d5963cd2b95fa2490347b51815db5b783ff Mon Sep 17 00:00:00 2001 From: Uchechukwu Obasi Date: Wed, 19 May 2021 13:48:04 +0100 Subject: [PATCH] DashboardSettings: fixes collapsable dropdown overflowing its parent container (#34377) --- .../dashboard/components/DashboardSettings/DashboardSettings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx b/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx index 33de89e6b0d..d5dc2a382dc 100644 --- a/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx @@ -182,7 +182,6 @@ export class DashboardSettings extends PureComponent { const getStyles = stylesFactory((theme: GrafanaTheme2) => ({ scrollInner: css` min-width: 100%; - min-height: 100%; display: flex; `, settingsWrapper: css`