[Console] Remove z-index from editor panes and move it to the resizer (#55813)

* Remove z-index from editor panes and move it to the resizer

* Update comment
This commit is contained in:
Jean-Louis Leysens 2020-01-24 12:26:25 +01:00 committed by GitHub
parent fee22e8d94
commit 43a7aa7fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,9 +27,6 @@
// Required on IE11 to render ace editor correctly after first input.
position: relative;
// Give the aria selection border priority when the divider is selected
z-index: 0;
&__spinner {
width: 100%;
}
@ -38,8 +35,6 @@
.conApp__output {
display: flex;
flex: 1 1 1px;
// Give the aria selection border priority when the divider is selected
z-index: -1;
}
.conApp__textAreaLabelHack,
@ -76,6 +71,8 @@
.conApp__resizer {
@include kbnResizer;
// Give the aria selection border priority when the divider is selected on IE11 and Chrome
z-index: $euiZLevel1;
}
// SASSTODO: This component seems to not be used anymore?