Skip to content

Commit

Permalink
fix: codemirror overlaps, close #14 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed May 5, 2021
1 parent c2ec354 commit 0e67b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/Editor.vue
Expand Up @@ -170,6 +170,6 @@ const editorLink = computed(() => {

<style lang="postcss">
.CodeMirror {
@apply px-3 py-2 h-full overflow-auto bg-transparent font-mono text-sm;
@apply px-3 py-2 h-full overflow-auto bg-transparent font-mono text-sm z-0;
}
</style>

0 comments on commit 0e67b11

Please sign in to comment.