mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
Fix z-index of local overlay
Local overlay z-index is positioning overlay items (phantoms, etc) above the floated toolbar. The overlay container is a sibling to the toolbar's parent and is later in the DOM. z-indexing is unnecessary and has been removed. Bug: 50096 Change-Id: Ib46f66b1d1bea36d761f793e9966e09db6e675ca
This commit is contained in:
parent
d31918d145
commit
a7f471e6e7
|
@ -22,5 +22,4 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue