You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to make a network container fill the remainder of a wrapper container using flexbox properties, whilst also using autoResize: true, the canvas on which the network is drawn keeps growing in height.
A minimal example can be found at https://codepen.io/radagasus/pen/zYXgjdN.
Anything I can do to fix this problem?
The text was updated successfully, but these errors were encountered:
The temporary fix provided in this other issue can be tailored to my situation to fix the problem. This means no flex-box properties and dynamic resize of the network container based on resizing events (ResizeObserver).
When trying to make a network container fill the remainder of a wrapper container using flexbox properties, whilst also using
autoResize: true
, the canvas on which the network is drawn keeps growing in height.A minimal example can be found at https://codepen.io/radagasus/pen/zYXgjdN.
Anything I can do to fix this problem?
The text was updated successfully, but these errors were encountered: