Add z-index to menus
Prevents elements with position stacking on top
This commit is contained in:
parent
0af15751f7
commit
2286fc992e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue