Closed cjohnsonuk closed 2 years ago
I had the same problem. lib/plugins/drawio/source.js, somewhere around line 50, add:
iframe.setAttribute('style', 'padding-top: 70px');
Maybe you have to hard-refresh your page (ctrl-f5) after the change.
Thanks @gideonstar-git For me I used 52px and it was script.js, not sources.js (in case anyone else is using this answer) but that now works and your answer saved me loads of time! :-)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When used with Bootstrap3 template drawio menu bar is hidden by the fixed top navbar of the template. I tried inspecting the page and changing the CSS to see if I could get a solution myself but was unable to get it to display