Selaa lähdekoodia

fix(web): asset count z-index

Alex Tran 2 vuotta sitten
vanhempi
commit
8b3e1764a8

+ 1 - 1
web/src/lib/components/shared-components/side-bar/side-bar-button.svelte

@@ -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}