Update style.css
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
jelveh
2024-12-16 07:25:11 -08:00
parent 6014b1ea36
commit 29d4eefbae
+2 -1
View File
@@ -4613,9 +4613,10 @@ fieldset[name=number-code] {
/* Make sure the search wrapper doesn't interfere with scrolling */
.launch-search-wrapper {
position: sticky;
top: -3px;
top: -20px;
z-index: 1;
background: rgba(231, 238, 245);
padding-top: 7px;
}
.device-phone .launch-search-wrapper {
top: 0;