Parcourir la source

Merge branch 'maint'

Bastien Guerry il y a 5 ans
Parent
commit
399867388e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {