diff --git a/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx b/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx index 09f53bf7f32..8b06c108c50 100644 --- a/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx +++ b/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx @@ -94,7 +94,7 @@ export class SplitPaneWrapper extends PureComponent { ); } - return leftPaneComponents; + return
{leftPaneComponents}
; } render() { @@ -163,6 +163,12 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => { `; return { + singleLeftPane: css` + height: 100%; + position: absolute; + overflow: hidden; + width: 100%; + `, resizerV: cx( resizer, css`