ox-html.el: Fix overflow css for pre.src HTML tag

* lisp/ox-html.el (org-html-style-default): Fix overflow css
for pre.src HTML tag.

See <https://orgmode.org/list/CAPRwMaYiWVRLB=oTvQv=1JDNdUPxiYMow8MYdqj1sh_udfhUEw@mail.gmail.com>
This commit is contained in:
Bastien Guerry 2020-09-04 12:41:21 +02:00
parent 60a4e7b3bc
commit fd460ea468
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ for the JavaScript code in this tag.
}
pre.src {
position: relative;
overflow: visible;
overflow: auto;
padding-top: 1.2em;
}
pre.src:before {