Add Z-Index to Page Header

This commit is contained in:
seiichiro 2022-02-07 19:29:00 +01:00
parent 5aa8390720
commit 220d338996

View file

@ -31,6 +31,8 @@ body {
align-items: center;
height: 3em;
z-index: 10;
}
.page-header a {
@ -224,4 +226,4 @@ body {
font-size: 0.5em !important;
font-weight: normal !important;
color: #00ff00;
}
}