Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 49906f6

Browse files
committed
code-mirror element must be sized
1 parent 5b8917e commit 49906f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code-mirror.html

+3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
}
3737
.CodeMirror {
3838
position: absolute;
39+
top: 0;
40+
left: 0;
3941
height: 100%;
42+
width: 100%;
4043
}
4144
</style>
4245
</template>

0 commit comments

Comments
 (0)