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

* set alert zindex

* use tooltip zindex
This commit is contained in:
Ryan McKinley
2020-05-07 10:58:19 +02:00
committed by GitHub
parent 26f15233fb
commit ddb6464bdf
2 changed files with 4 additions and 1 deletions
@@ -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 = () => {