diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-15 17:57:29 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-16 10:51:33 +0100 |
| commit | 1668ff5e6403648f41cf9a9b5421040594b4005d (patch) | |
| tree | ac025581c118dd7af18070d5f02460cdaf1433be /searx/static/themes/simple/src/less/search.less | |
| parent | f03ab00155901c4d423b6ad9512c70218dea170e (diff) | |
[fix] theme simple: image viewer hides autocomplete suggestions
Closes: https://github.com/searxng/searxng/issues/3509
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/search.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index ce755e17e..a46e4bf06 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -158,7 +158,7 @@ button.category_button { outline: none; color: var(--color-search-font); font-size: 1.1rem; - z-index: 10000; + z-index: 1000; &:hover { color: var(--color-search-background-hover); @@ -183,7 +183,7 @@ html.no-js #clear_search.hide_if_nojs { outline: none; color: var(--color-search-font); font-size: 1.1rem; - z-index: 2; + z-index: 100; } #q { @@ -332,7 +332,7 @@ html.no-js #clear_search.hide_if_nojs { top: 0; height: 100%; width: 100%; - z-index: 10000; + z-index: 2000; .search_box { border-bottom: 1px solid var(--color-search-border); |