Skip to content

Commit

Permalink
fix: scroll of codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Jul 8, 2024
1 parent fa54fbc commit cba2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/CssEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {

<template>
<transition enter-active-class="bounceInRight">
<el-col v-show="showCssEditor" :span="8" class="cssEditor-wrapper">
<el-col v-show="showCssEditor" :span="8" class="cssEditor-wrapper h-full">
<textarea
id="cssEditor"
type="textarea"
Expand Down

0 comments on commit cba2110

Please sign in to comment.