@inceptiongt/json-schema-editor-visual-new
Version:
jsonschema-draft07 editor
25 lines (22 loc) • 356 B
CSS
.ace_editor.fullScreen {
height: auto;
width: auto;
border: 0;
margin: 0;
position: fixed ;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000008;
}
.ace_editor .ace_print-margin{
visibility: hidden
}
.fullScreen {
overflow: hidden
}
.ace_editor.ace-xcode {
background-color: #f5f5f5;
color: #000000;
}