From f86d142f18a1883ac3a76e8306e0cb43a935aeea Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Thu, 2 Mar 2023 00:48:08 +0800 Subject: [PATCH] c --- searx/webapp.py | 2 +- searx/webapp1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/webapp.py b/searx/webapp.py index a8686ea54..da3936949 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -952,7 +952,7 @@ def search(): left: 32%; top: 50%; background: var(--color-header-background); - z-index: 9999; + z-index: 10001; transform: translate(-50%, -50%); } diff --git a/searx/webapp1.py b/searx/webapp1.py index 46f1a8ee3..11e7e1f33 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -950,7 +950,7 @@ def search(): left: 32%; top: 50%; background: var(--color-header-background); - z-index: 9999; + z-index: 10001; transform: translate(-50%, -50%); }