Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

fix horizontal scroll bar in code preview #6

Closed ghsamm closed 5 years ago

ghsamm commented 5 years ago

bug

fixed

Bogdan-Lyashenko commented 5 years ago

@ghsamm the fix looks ok in Code tab, but Crumbs tab screen shot 2019-01-18 at 14 50 25 seems to be broken now (not scrollable). You can see how it behaves here https://bogdan-lyashenko.github.io/codecrumbs/src/public/dist/standalone/index.html

ghsamm commented 5 years ago

fixed

second-fix

Bogdan-Lyashenko commented 5 years ago

@ghsamm looks better, but "auto scroll" still doesn't work (check original behavior, it scrolls to a highlighted line). Also please rebase master, I changed .gitignore, it should ignore only bundles, since index.html is not generated by build (it may be re-done, but not it's static).