10 lines
102 B
SCSS
Raw Normal View History

2019-12-02 15:31:32 +09:00
.container {
height: 500px;
overflow: auto;
.editor {
height: 100%;
width: 100%;
}
}