Skip to content

Commit 57d381b

Browse files
committed
fix editor height in demo
1 parent 674bbd2 commit 57d381b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/app/app.component.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:host ::ng-deep
22
.cm
33
.cm-editor
4-
height: calc(100vh - 36rem)
4+
height: 33vh
55
border: 1px solid #ccc
66
.cm-scroller
7-
max-height: calc(100vh - 36rem)
7+
max-height: 33vh

0 commit comments

Comments
 (0)