I have a sequence of questions and deviations dependents of choices that users make. This lib is greate to draw such questions in blocks and link them with oriented segments.
But as from certain width inside canvas (with horizontal scrolling), the next block is aligned to the right of last block but the connection segments break down.
Someone could help me to fix that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a sequence of questions and deviations dependents of choices that users make. This lib is greate to draw such questions in blocks and link them with oriented segments.
But as from certain width inside canvas (with horizontal scrolling), the next block is aligned to the right of last block but the connection segments break down.
Someone could help me to fix that?
Already fixed it. There was a misconfiguration of block class. I changed
css
position
attribute torelative
, insteadabsolute
to fix a layout error.