Add Z-Index to Page Header
This commit is contained in:
parent
5aa8390720
commit
220d338996
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
height: 3em;
|
height: 3em;
|
||||||
|
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header a {
|
.page-header a {
|
||||||
|
|
Loading…
Reference in a new issue