mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fixes issue with dashboard inside get help drawer (#94725)
* Dashboard: Fixes issue with dashboard inside help help drawer * Fix lint
This commit is contained in:
parent
9dc2ccdbfd
commit
384562e1ad
@ -192,11 +192,9 @@ export function HelpWizard({ panel, onClose }: Props) {
|
||||
</Stack>
|
||||
</Field>
|
||||
|
||||
<AutoSizer disableWidth>
|
||||
{({ height }) => (
|
||||
<div style={{ height, overflow: 'auto' }}>{scene && <scene.Component model={scene} />}</div>
|
||||
)}
|
||||
</AutoSizer>
|
||||
<div style={{ height: '100%', overflow: 'auto', display: 'flex' }}>
|
||||
{scene && <scene.Component model={scene} />}
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</Drawer>
|
||||
|
Loading…
Reference in New Issue
Block a user