1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

fix(web): asset count z-index

This commit is contained in:
Alex Tran 2023-05-17 21:39:34 -05:00
parent b776461297
commit 8b3e1764a8

View File

@ -48,7 +48,7 @@
</div>
{#if showMoreInformation}
<div class="absolute left-6 top-0 z-20">
<div class="absolute right-6 top-0">
<div
class="flex place-items-center place-content-center whitespace-nowrap rounded-3xl shadow-lg py-3 px-6 bg-immich-bg text-immich-fg dark:bg-gray-600 dark:text-immich-dark-fg text-xs border dark:border-immich-dark-gray"
class:hidden={!showMoreInformation}