jgraph / mxgraph

mxGraph is a fully client side JavaScript diagramming library
Other
6.82k stars 2.06k forks source link

scrollbar is not working #427

Closed chgitcrazy closed 4 years ago

chgitcrazy commented 4 years ago

When I drag A towards right and down ,I can view the whole graph by right and bottom scroll bar as follows: image image

But when I drag B towards left and upper , I can't view the whole graph even the scroll bar disappear as follows : image

I have set the 'overflow:auto' style in the graph container. So , I can't fix this case and need some help.

chgitcrazy commented 4 years ago

solved