[release-12.3.1] PanelChrome: Wrapping div needs height: 100% as well (#114657)

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

wrapping div needs height: 100% as well

(cherry picked from commit 7f1ac6188a)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-12-01 18:05:14 +00:00
committed by GitHub
co-authored by Ashley Harrison
parent cdfb3772f7
commit 855f376271
@@ -488,6 +488,7 @@ const getStyles = (theme: GrafanaTheme2) => {
return {
container: css({
height: '100%',
position: 'relative',
}),
panel: css({