asoul-sig / asouldocs

ASoulDocs is a stupid web server for multilingual documentation
https://asouldocs.dev
MIT License
1.37k stars 157 forks source link

templates: fix table overflow on small screen #86

Closed unknwon closed 2 years ago

unknwon commented 2 years ago

Describe the pull request

Table content was truncated on small-enough screens, this PR adds JavaScript code to wrap all <table> elements with a parent <div> to be able to correctly set the overflow-y: auto style.

Link to the issue: "n/a"

Checklist