mirror of https://github.com/searxng/searxng.git
Merge pull request #644 from dalf/logicodev_fix
[fix] close #637 : the search box doesn't overlap the menu.
This commit is contained in:
commit
3a9c3fbd68
File diff suppressed because one or more lines are too long
|
@ -39,7 +39,7 @@
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
z-index: 1;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hover color
|
// Hover color
|
||||||
|
|
Loading…
Reference in New Issue