2019-12-02 15:31:32 +09:00

10 lines
102 B
SCSS

.container {
height: 500px;
overflow: auto;
.editor {
height: 100%;
width: 100%;
}
}