Set toolbar z-index to 7, to be above other UI elements

This is already being set in CodeMirror, where it was added in
I16598fcdbeee51e6fae88376ec81f1c8552b383d to keep the toolbar
above the CM scrollbar. It is of general use though, so should
be set in WikiEditor.

Bug: T360084
Change-Id: I85ca9727b00e884b74316bd540ddced7f87e112d
This commit is contained in:
Sam Wilson 2024-03-14 09:43:16 +08:00
parent b7a78685ef
commit d50b6ee867

View file

@ -7,6 +7,7 @@
.wikiEditor-ui-toolbar {
position: relative;
display: block;
z-index: 7;
.empty {
display: none;