mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
9081d69b76
commit
f86d142f18
2 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ def search():
|
||||||
left: 32%;
|
left: 32%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background: var(--color-header-background);
|
background: var(--color-header-background);
|
||||||
z-index: 9999;
|
z-index: 10001;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -950,7 +950,7 @@ def search():
|
||||||
left: 32%;
|
left: 32%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background: var(--color-header-background);
|
background: var(--color-header-background);
|
||||||
z-index: 9999;
|
z-index: 10001;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue