cfb-editor/src/views/MainPane.css
2019-11-24 23:50:16 -05:00

13 lines
239 B
CSS

/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
.conpainer {
overflow-x: hidden;
overflow-y: auto;
height: 100%;
padding: 0px 20px;
}
.flexrow {
display: flex;
flex-direction: row;
justify-content: space-between;
}