mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Prevent filter bar modal from hiding under a tile map * sp error
This commit is contained in:
parent
4af0ab1c1d
commit
ca07b33567
1 changed files with 3 additions and 0 deletions
|
@ -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. */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue