basex-lsp/webapp/static/clients/codemirror/styles.css
2025-08-05 23:02:56 +01:00

18 lines
292 B
CSS

/* Set editor dimensions */
#editor {
height: 400px;
max-width: 100%;
overflow: hidden;
}
/* Stretch editor to fit inside its containing div */
.cm-editor {
height: 100%;
width: 100%;
overflow: auto;
}
/* header */
nav {
background-color: burlywood!;
}