Add z-index fix for dropped down list

This commit is contained in:
Liv Erickson 2017-06-06 09:15:41 -07:00 committed by GitHub
parent 5579c409e7
commit 6e5cb63d4f

View file

@ -610,6 +610,7 @@ hr {
.dropdown dl[dropped="true"] { .dropdown dl[dropped="true"] {
color: #404040; color: #404040;
background: linear-gradient(#afafaf, #afafaf); background: linear-gradient(#afafaf, #afafaf);
z-index: 998;
} }
.dropdown dt { .dropdown dt {