Merge pull request #204 from imam/patch-1

Set z-index to 1 on header to fix styling bug
This commit is contained in:
Miroslav Bajtoš 2017-02-17 15:30:23 +01:00 committed by GitHub
commit 0541079e18
1 changed files with 1 additions and 0 deletions

View File

@ -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 {