Set z-index to 1 on header to fix styling bug
Sometimes fields is hovering over the header
This commit is contained in:
parent
ffb09f9d4d
commit
cfbff9e81f
|
@ -25,6 +25,7 @@ body #header {
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
body #header a#logo {
|
||||
|
|
Loading…
Reference in New Issue