which is very inconvenient when editing lengthy articles
Topic on Skin talk:Refreshed
Is there already a solution for this? I have the same problem.
I know this is kinda old topic, but there's a quick (albeit not nice-looking) fix - paste in your wiki's Common.css this:
.ve-ui-toolbar > .oo-ui-toolbar-bar {
z-index: 1000 !important;
}
Alright, I have found another fix where the toolbar doesn't block the other panels. Paste this in Common.css:
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
top: 6em !important;
}