8 lines
149 B
CSS
8 lines
149 B
CSS
.CodeMirror-fullscreen {
|
|
position: fixed;
|
|
top: 30px; left: 0; right: 0; bottom: 0;
|
|
height: auto;
|
|
z-index: 9;
|
|
max-height: 97% !important;
|
|
}
|