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 {
|
||||||
|
@ -224,4 +226,4 @@ body {
|
||||||
font-size: 0.5em !important;
|
font-size: 0.5em !important;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue