diff --git a/src/components/codemirror.vue b/src/components/codemirror.vue index 2bafabc..b3d1b00 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -554,7 +554,7 @@ export default { background: #1b1b1b; display: inline-block; position: relative; - overflow-x: scroll; + overflow-x: auto; } .button ::v-deep .el-button--warning:hover, .el-button--warning:focus,