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 this page renders with my flow-chart (it's a biggy) then I see my h2 title "My diagram" and then have to scroll down a long way to see the top of the diagram.
If I manually change the height to be height="100%" (which matches the width) then this appears on the page as I would expect.
Is this a bug or desired behaviour? If desired, then is there a way I can instruct Mermaid that I want the height to be 100% for my webpage? Maybe using a directive?
Thanks
The text was updated successfully, but these errors were encountered:
I have the following "standard" HTML:
(mermaid markup removed for brevity)
When this page renders with my flow-chart (it's a biggy) then I see my
h2
title "My diagram" and then have to scroll down a long way to see the top of the diagram.If I look in the svg I see:
If I manually change the height to be
height="100%"
(which matches the width) then this appears on the page as I would expect.Is this a bug or desired behaviour? If desired, then is there a way I can instruct Mermaid that I want the height to be 100% for my webpage? Maybe using a directive?
Thanks
The text was updated successfully, but these errors were encountered: