Skip to content

Commit

Permalink
fix: search bar button z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
jillro committed Dec 28, 2024
1 parent 164243b commit 5ef21ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@
background-color: var(--background-secondary);
}
& div:not(.loading-bar) {
z-index: 2;
}
& input {
background: transparent;
position: relative;
Expand Down

0 comments on commit 5ef21ba

Please sign in to comment.