PanelChrome: Wrapping div needs height: 100% as well (#114655)

wrapping div needs height: 100% as well
This commit is contained in:
Ashley Harrison
2025-12-01 17:39:15 +00:00
committed by GitHub
parent 31eaf1e898
commit 7f1ac6188a
@@ -518,6 +518,7 @@ const getStyles = (theme: GrafanaTheme2) => {
return {
container: css({
height: '100%',
position: 'relative',
}),
panel: css({