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

11 lines
158 B
SCSS
Raw Normal View History

2016-07-05 22:04:14 +02:00
.sketch-list {
display: flex;
flex-wrap: wrap;
height: 100%;
flex-flow: column;
}
.sketches-table-container {
flex: 1 0 0%;
overflow-y: scroll;
2016-07-05 22:04:14 +02:00
}