[ML] Fixes z-index of Explorer severity combo box for job picker (#23189)

This commit is contained in:
Pete Harverson 2018-09-14 17:37:50 +01:00 committed by GitHub
parent 466399181c
commit 16d0c49590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}