10 lines
102 B
SCSS
10 lines
102 B
SCSS
|
.container {
|
||
|
height: 500px;
|
||
|
overflow: auto;
|
||
|
|
||
|
.editor {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|