dabeng / OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
2.86k stars 768 forks source link

L2R and R2L overflow issue #688

Open DCH1 opened 1 year ago

DCH1 commented 1 year ago

Hi, I have in css overflow auto. With direction set to t2b, it is working perfectly. obrazek

However once you switch to l2r or r2l, the overflow stops working and the orgchart stretch outside its container. I used one of yours (@dabeng) example you provided to someone elses issue and the problem is there too (https://codepen.io/DCH1/pen/vYaGRVa). obrazek

In my code I used that example for centering the orgchart. Is the centering a problem?