diff --git a/zh-CN/theme/style1.css b/zh-CN/theme/style1.css index 0557cac6..f9b43a09 100644 --- a/zh-CN/theme/style1.css +++ b/zh-CN/theme/style1.css @@ -82,6 +82,9 @@ table { } /* 修复可编辑代码框顶部过窄的问题 */ -code.editable, .ace_scroller { - top: 10px; +.hljs.ace_editor{ + padding: 10px; +} +.ace_scroller{ + position: static; } \ No newline at end of file