mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fix(web): navbar color overlap and scroll bar incorrect z index (#1018)
* fix(web): Navbar color overlaps tall images * fix(web): Scroll bar date behind navbar when scrubbing (fixes issue #757)
This commit is contained in:
parent
1e9d67ec39
commit
efa7b3ba54
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="h-16 bg-black/5 flex justify-between place-items-center px-3 transition-transform duration-200 z-[9999]"
|
||||
class="h-16 flex justify-between place-items-center px-3 transition-transform duration-200 z-[9999]"
|
||||
>
|
||||
<div>
|
||||
<CircleIconButton logo={ArrowLeft} on:click={() => dispatch('goBack')} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue