Add z-index to menus

Prevents elements with position stacking on top
This commit is contained in:
Alex Liebowitz 2017-01-23 23:47:02 -05:00
parent 0af15751f7
commit 2286fc992e

View file

@ -10,6 +10,7 @@ $border-radius-menu: 2px;
border-radius: $border-radius-menu;
padding-top: $spacing-vertical / 2;
padding-bottom: $spacing-vertical / 2;
z-index: 1;
}
.menu__menu-item {