.CodeMirror-fullscreen {
    z-index: 10060;
    margin: 0;
    position: fixed;
    top: -32px;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 100%;
    background: #fff;
}
.modal-open {
    overflow: scroll;
}