p5.js-web-editor/client/styles/layout/_sketch-list.scss

11 lines
158 B
SCSS

.sketch-list {
display: flex;
flex-wrap: wrap;
height: 100%;
flex-flow: column;
}
.sketches-table-container {
flex: 1 0 0%;
overflow-y: scroll;
}