mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
Add z-index: 1 to menu options
This avoids overlapping of wrapped icons with the heading pull down menu. Bug: T246550 Change-Id: Ia05773f2e41c2a50a6341546922dce2f8e196ab7
This commit is contained in:
parent
ede68eb9e1
commit
3303e4b25d
|
@ -144,6 +144,7 @@
|
|||
margin-top: 22px;
|
||||
border: 1px solid #c8ccd1;
|
||||
background-color: #fff;
|
||||
z-index: 1;
|
||||
|
||||
.option {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue