clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Fix extra scroll bar on large code blocks #99

Closed KasimAhmic closed 3 years ago

KasimAhmic commented 3 years ago

When viewing the source of a file and the line numbers are visible in the code block, a second vertical scrollbar appears in the <pre> element. Adding a 2px bottom padding to the ol.linenums element fixes this issue.

Before: image

After: image