/* Stile Code-Editor */ .code-editor-container { height: 100%; } .codeeditor { height: 100%; } .codeeditor-space { width: 100%; height: 100%; border: 1px solid lightgrey; } .CodeMirror { height: 100%; } /* Stile Listenansicht */ html { margin: 0; padding: 0; height: 100%; /* Anmerkung 2 */ } body { margin: 0; padding: 0; height: 100%; /* Anmerkung 2 */ min-height: 0; /* Anmerkung 1 */ display: flex; flex-flow: column; } .inhalt { display: flex; flex-flow: row; height: 100%; /* Anmerkung 2 */ min-height: 0; /* Anmerkung 1 */ } .nord { } .sued { background-color: lightgray; } .west { flex-grow: 0; flex-shrink: 0; flex-basis: 10em; } .ost { flex-grow: 0; flex-shrink: 0; flex-basis: 10em; background-color: antiquewhite; } .zentrum { width: 100%; height: 100%; display: flex; flex-flow: column; /* background-color: antiquewhite; */ } .zentrum-bc { } .zentrum-liste { width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; } .datei-figure { width: 6em; cursor: pointer; } .datei-gewaehlt { color: darkslateblue; } #ansicht { cursor: pointer; }