Set z-index to 1 on header to fix styling bug

Sometimes fields is hovering over the header
This commit is contained in:
Imam Assidiqqi 2017-02-15 18:09:01 +07:00 committed by GitHub
parent ffb09f9d4d
commit cfbff9e81f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ body #header {
position: fixed;
width: 100%;
top: 0;
z-index: 1;
}
body #header a#logo {