1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-04 05:50:38 +02:00

fix: z-index overuse (#18192)

This commit is contained in:
Daniel Dietzler
2025-05-13 16:10:05 +02:00
committed by GitHub
parent 48112d84a3
commit 989d9dbe51
49 changed files with 330 additions and 332 deletions

View File

@ -305,7 +305,7 @@
/>
{#if assetInteraction.selectionActive}
<div class="sticky top-0 z-[90]">
<div class="sticky top-0">
<AssetSelectControlBar
assets={assetInteraction.selectedAssets}
clearSelect={() => cancelMultiselect(assetInteraction)}
@ -380,7 +380,7 @@
{#if galleryInView}
<div
class="fixed top-20 z-30 start-1/2 -translate-x-1/2 transition-opacity"
class="fixed top-20 start-1/2 -translate-x-1/2 transition-opacity"
class:opacity-0={!galleryInView}
class:opacity-100={galleryInView}
>