lejmr / dokuwiki-plugin-drawio

Draw.io plugin for DokuWiki
https://www.dokuwiki.org/plugin:drawio
GNU General Public License v2.0
25 stars 13 forks source link

When used with Bootstrap3 template drawio menu bar is hidden by the fixed top navbar #50

Closed cjohnsonuk closed 2 years ago

cjohnsonuk commented 2 years ago

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

gideonstar-git commented 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.

cjohnsonuk commented 2 years ago

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! :-)

stale[bot] commented 2 years ago

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.