Topic on Skin talk:Refreshed

VisualEditor with Refreshed skin does not activate the floating toolbar

4
62.72.73.138 (talkcontribs)

which is very inconvenient when editing lengthy articles

62.72.73.138 (talkcontribs)

Is there already a solution for this? I have the same problem.

MasterStudioCZ (talkcontribs)

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;

}

MasterStudioCZ (talkcontribs)

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;

}

Reply to "VisualEditor with Refreshed skin does not activate the floating toolbar"