mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f2337c9855
commit
366aa6b5d5
@ -319,11 +319,7 @@ export class DashboardPage extends PureComponent<Props, State> {
|
||||
<PanelEditor dashboard={dashboard} sourcePanel={editPanel} />
|
||||
</Portal>
|
||||
)}
|
||||
{editview && (
|
||||
<Portal>
|
||||
<DashboardSettings dashboard={dashboard} updateLocation={updateLocation} />
|
||||
</Portal>
|
||||
)}
|
||||
{editview && <DashboardSettings dashboard={dashboard} updateLocation={updateLocation} />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -667,7 +667,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
</div>
|
||||
</CustomScrollbar>
|
||||
</div>
|
||||
<Portal>
|
||||
<DashboardSettings
|
||||
dashboard={
|
||||
DashboardModel {
|
||||
@ -767,6 +766,5 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
}
|
||||
updateLocation={[MockFunction]}
|
||||
/>
|
||||
</Portal>
|
||||
</div>
|
||||
`;
|
||||
|
@ -6,7 +6,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: $zindex-modal;
|
||||
z-index: $zindex-sidemenu;
|
||||
background: $body-bg;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user