Ivan - Fix DropDown z-index issue [skip ci]

This commit is contained in:
ivan 2016-10-18 20:48:25 -03:00
parent a876e83108
commit 2e9aae777b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
&__list-container {
position: absolute;
width: 150px;
z-index: 5;
z-index: 100;
}
&_closed {