PanelChrome: Wrapping div needs height: 100% as well (#114655)
wrapping div needs height: 100% as well
This commit is contained in:
@@ -518,6 +518,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
|
||||
return {
|
||||
container: css({
|
||||
height: '100%',
|
||||
position: 'relative',
|
||||
}),
|
||||
panel: css({
|
||||
|
||||
Reference in New Issue
Block a user