From 29d4eefbae7576b2162f2e3e6850bc837ac413ee Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 07:25:11 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index 07f441806..44f2a364e 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -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;