浏览代码

Merge branch 'maint'

Bastien Guerry 5 年之前
父节点
当前提交
399867388e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -289,7 +289,7 @@ property on the headline itself.")
   }
   pre.src {
     position: relative;
-    overflow: visible;
+    overflow: auto;
     padding-top: 1.2em;
   }
   pre.src:before {