mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelChrome: Adds display mode to support transparent option (#62647)
* PanelChrome: Add transparent displayMode * Remove comment * Fixes to storybook and new example * no background on TitleItem --------- Co-authored-by: polinaboneva <polina.boneva@grafana.com>
This commit is contained in:
@@ -679,6 +679,7 @@ export class PanelStateWrapper extends PureComponent<Props, State> {
|
||||
dragClass={dragClass}
|
||||
dragClassCancel="grid-drag-cancel"
|
||||
padding={padding}
|
||||
displayMode={transparent ? 'transparent' : 'default'}
|
||||
>
|
||||
{(innerWidth, innerHeight) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user