Browse Source

lower z-index of #immich-scrubbable-scrollbar

An | Anton Röhm 2 years ago
parent
commit
4355485581

+ 1 - 1
web/src/lib/components/shared-components/scrollbar/scrollbar.svelte

@@ -94,7 +94,7 @@
 
 <div
 	id="immich-scrubbable-scrollbar"
-	class="fixed right-0 bg-immich-bg z-[999] hover:cursor-row-resize select-none "
+	class="fixed right-0 bg-immich-bg z-[50] hover:cursor-row-resize select-none "
 	style:width={isDragging ? '100vw' : '60px'}
 	style:background-color={isDragging ? 'transparent' : 'transparent'}
 	on:mouseenter={() => (isHover = true)}