Closed KasimAhmic closed 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.
<pre>
ol.linenums
Before:
After:
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 theol.linenums
element fixes this issue.Before:
After: