jchue / argon-webtrees-theme

Argon theme for webtrees 2, the online genealogy application
16 stars 2 forks source link

Horizontal scrolling is not working #9

Closed hartenthaler closed 3 years ago

hartenthaler commented 3 years ago

If the relationship path is broader than my screen width, then there is a horizontal scrolling bar. This is the case for all webtrees themes including Argon. But when I'm scrolling to the right, normally this part of the relationship path is shown. When using Argon there is only white space. Screenshot (241)_LI

jchue commented 3 years ago

I believe this is because overflow handling was missing for the chart, which was added in 6cf9fe40206cb09af88449c85f22a1adf1b256f7. @hartenthaler, could you see if the issue is fixed in the latest version?

hartenthaler commented 3 years ago

Yes it is fixed! Thank you!