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;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
body #header a#logo {
|
||||
|
|
Loading…
Reference in New Issue