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:
parent
b776461297
commit
8b3e1764a8
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user