From 5ef21bab66eaf5ebc3dfe23a12e203c6849558fa Mon Sep 17 00:00:00 2001 From: Maud Royer Date: Sat, 28 Dec 2024 12:48:35 +0100 Subject: [PATCH] fix: search bar button z-index --- src/components/Root.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Root.svelte b/src/components/Root.svelte index b328231..2bd157f 100644 --- a/src/components/Root.svelte +++ b/src/components/Root.svelte @@ -279,6 +279,10 @@ background-color: var(--background-secondary); } + & div:not(.loading-bar) { + z-index: 2; + } + & input { background: transparent; position: relative;