This commit is contained in:
Joseph Cheung 2023-03-02 00:48:08 +08:00
parent 9081d69b76
commit f86d142f18
2 changed files with 2 additions and 2 deletions

View file

@ -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%);
}

View file

@ -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%);
}