Merge pull request #204 from imam/patch-1
Set z-index to 1 on header to fix styling bug
This commit is contained in:
commit
0541079e18
|
@ -25,6 +25,7 @@ body #header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
body #header a#logo {
|
body #header a#logo {
|
||||||
|
|
Loading…
Reference in New Issue