1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-17 15:47:54 +02: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:
denck007
2022-11-25 20:52:01 -06:00
committed by GitHub
parent 1e9d67ec39
commit efa7b3ba54
2 changed files with 3 additions and 3 deletions

View File

@ -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')} />