HeaderMenu z-index too low
This commit is contained in:
parent
be90172fad
commit
5bd6ac4bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: $unit * 5; // This shouldn't be hardcoded. How to calculate it?
|
top: $unit * 5; // This shouldn't be hardcoded. How to calculate it?
|
||||||
z-index: 1;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MenuItem {
|
.MenuItem {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue