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

* set alert zindex

* use tooltip zindex
This commit is contained in:
Ryan McKinley 2020-05-07 01:58:19 -07:00 committed by GitHub
parent 26f15233fb
commit ddb6464bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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 = () => {