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

lower z-index of #immich-scrubbable-scrollbar

This commit is contained in:
An | Anton Röhm 2022-10-09 16:55:10 +02:00 committed by GitHub
parent 342c3254cb
commit 4355485581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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