Remove WikiEditor toolbar z-index override

Upstreamed in I85ca9727b0

Bug: T360084
Change-Id: Ic87b8c377cb9c68f97009070525284b7cd95c933
This commit is contained in:
Ed Sanders 2024-03-14 10:16:26 -07:00
parent 8a3d203a03
commit a4027375c3

View file

@ -21,8 +21,3 @@
padding: 0;
}
}
.wikiEditor-ui-toolbar {
// Increase z-index to be above codemirror scrollbar
z-index: 7;
}