Alerts: set zindex above the panel inspector (#24354)

* set alert zindex

* use tooltip zindex
pull/24080/head^2
Ryan McKinley 5 years ago committed by GitHub
parent 26f15233fb
commit ddb6464bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/grafana-ui/src/components/Alert/_Alert.scss
  2. 1
      public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx

@ -39,6 +39,10 @@
background: $alert-warning-bg;
}
.alert-container {
z-index: $zindex-tooltip;
}
.page-alert-list {
z-index: 8000;
min-width: 400px;

@ -104,7 +104,6 @@ export class InspectJSONTab extends PureComponent<Props, State> {
onClipboardCopied = () => {
appEvents.emit(AppEvents.alertSuccess, ['Content copied to clipboard']);
alert('TODO... the notice is behind the inspector!');
};
onApplyPanelModel = () => {

Loading…
Cancel
Save