.editor-div{
    z-index: 40;
}

.editor_header_wrapper{
    position: sticky;
    overflow:auto;
    z-index: 20;
}

h1.editor_header{
    max-width: 1116px;
    height: 30px;
    position: relative;
    vertical-align: top;
    overflow:auto;
    border: 1px solid black;
    background-color: grey;
    color: white;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-bottom: 0;
    z-index: 20;
}

input.editor_height_text,
input.editor_width_text{
    font-size: 14px;
    line-height: 1px;
    display: inline-block;
    z-index: 40;
}

.editor_wrapper {/* contains the .query-text */
    position: sticky;
    overflow: auto;
    border: 2px solid green;
    max-width: 1116px;
    z-index: 10;
}

.CodeMirror{
    font-size: 11px;
}