[Console] Styling for split panel (#55530)

* Update z-index on output panel

* Add z-index setting to console input too
This commit is contained in:
Jean-Louis Leysens 2020-01-23 10:24:29 +01:00 committed by GitHub
parent 4a8542f859
commit 9fc0d4ca4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,9 @@
// 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%;
}
@ -35,6 +38,8 @@
.conApp__output {
display: flex;
flex: 1 1 1px;
// Give the aria selection border priority when the divider is selected
z-index: -1;
}
.conApp__textAreaLabelHack,