Prevent filter bar modal from hiding under a tile map (#16812) (#17093)

* Prevent filter bar modal from hiding under a tile map

* sp error
This commit is contained in:
Stacey Gammon 2018-03-11 18:04:26 -04:00 committed by GitHub
parent 4af0ab1c1d
commit ca07b33567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,10 +111,13 @@
.flex-parent(0, 1, auto);
}
/* Without setting this to 0 you will run into a bug where the filter bar modal is hidden under
a tilemap in an iframe: https://github.com/elastic/kibana/issues/16457 */
> visualize {
height: 100%;
flex: 1 1 auto;
display: flex;
z-index: 0; /* 1. */
}
}