increase menu backdrop z-index

This commit is contained in:
Marcos Moura 2017-01-23 20:51:03 -02:00
parent 481c4afb7e
commit 746ee67698

View file

@ -114,3 +114,7 @@ $menu-base-width: 56px;
text-overflow: ellipsis;
}
}
.md-menu-backdrop {
z-index: 130;
}