increase menu backdrop z-index

This commit is contained in:
Marcos Moura 2017-01-23 20:51:03 -02:00
parent 57a3659fef
commit 21d390b230

View file

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