Added z index to resizible char (#11456)

This commit is contained in:
Kasia Kucharczyk 2020-10-29 18:39:35 +01:00 committed by GitHub
parent e0503408de
commit ed3dca420f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,14 @@
#brace-editor {
border: none;
}
.resizable-container {
span {
div {
z-index: @z-index-above-dashboard-charts;
}
}
}
}
/* maximize editing space */