mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fixes z-index of Explorer severity combo box for job picker (#23189)
This commit is contained in:
parent
466399181c
commit
16d0c49590
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@
|
|||
.ml-anomalies-controls {
|
||||
padding-top: 5px;
|
||||
|
||||
.ml-select-severity.euiComboBox {
|
||||
// Overrides .euiComboBox z-index to ensure it appears below the job picker.
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#show_charts_checkbox_control {
|
||||
padding-top: 28px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue