fniessen / org-html-themes

Transform your Org mode files into stunning HTML documents in minutes with our Org mode HTML theme. Elevate your productivity and impress your readers! #orgmode #html #theme #productivity #design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical scrolling of tables

kozikow opened this issue · comments

In the unthemed org export I can scroll vertically page if I include a wide org table.

In both themes vertical scrolling is not supported.

Could you be more concrete, giving a reference org file to test with, and screenshots or videos? Thanks!

For me, exporting a wide table results in a very wide table in the html, no scrolling. So it goes way beyond the rest of the text instead of stopping at the text width and including a scrollbar.

Hi! I think you meant "scroll horizontally". In that case, I had the same problem and solved it by adding this line after the #+SETUPFILE:
#+HTML_HEAD: <style> table {overflow: scroll; overflow: auto; display: block; } </style>

@fniessen I'd suggest to add this directly to the css