I am using the following
<code-editor
v-model="code"
font-size="16px"
:header="false"
height="auto"
:line-nums="true"
max-height="900vh"
theme="base16-materia"
width="100%"></code-editor>
But it ends up with a display that has code overflowing the container.
