mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerts: set zindex above the panel inspector (#24354)
* set alert zindex * use tooltip zindex
This commit is contained in:
parent
26f15233fb
commit
ddb6464bdf
@ -39,6 +39,10 @@
|
|||||||
background: $alert-warning-bg;
|
background: $alert-warning-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-container {
|
||||||
|
z-index: $zindex-tooltip;
|
||||||
|
}
|
||||||
|
|
||||||
.page-alert-list {
|
.page-alert-list {
|
||||||
z-index: 8000;
|
z-index: 8000;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
|
@ -104,7 +104,6 @@ export class InspectJSONTab extends PureComponent<Props, State> {
|
|||||||
|
|
||||||
onClipboardCopied = () => {
|
onClipboardCopied = () => {
|
||||||
appEvents.emit(AppEvents.alertSuccess, ['Content copied to clipboard']);
|
appEvents.emit(AppEvents.alertSuccess, ['Content copied to clipboard']);
|
||||||
alert('TODO... the notice is behind the inspector!');
|
|
||||||
};
|
};
|
||||||
|
|
||||||
onApplyPanelModel = () => {
|
onApplyPanelModel = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user