odin-lang / odin-lang.org

http://odin-lang.org
22 stars 81 forks source link

Unable to Scroll Code Blocks Horizontally #138

Closed dozn closed 1 year ago

dozn commented 1 year ago

I can't scroll horizontally on almost every code block.

The specification block as well as unquote_string however, do work.

Tested on both Chromium and Firefox on Linux, as well as Firefox on a separate Windows machine.

hasanyasin commented 1 year ago

This was caused by headings overlapping the preceding content. Why it works for unquote_string is thanks to the paragraph below the code block which pushes down the following heading, eliminating the overlap.

It is now fixed and should be deployed tomorrow as the doc site is rebuilt at midnight.

@dozn, please check again tomorrow and confirm if solved so the issue can be closed.

dozn commented 1 year ago

Confirmed fixed—thanks!