mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 11:21:00 +00:00
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
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -39,7 +39,7 @@
|
|||
padding: 0 30px;
|
||||
margin: 0;
|
||||
}
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
// Hover color
|
||||
|
|
Loading…
Reference in a new issue