HeaderMenu z-index too low

This commit is contained in:
Justin Edmund 2022-02-04 00:57:16 -08:00
parent be90172fad
commit 5bd6ac4bc7

View file

@ -5,7 +5,7 @@
min-width: 220px;
position: absolute;
top: $unit * 5; // This shouldn't be hardcoded. How to calculate it?
z-index: 1;
z-index: 10;
}
.MenuItem {