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:
Fomafix 2020-02-29 22:25:27 +01:00
parent ede68eb9e1
commit 3303e4b25d

View file

@ -144,6 +144,7 @@
margin-top: 22px;
border: 1px solid #c8ccd1;
background-color: #fff;
z-index: 1;
.option {
display: block;