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:
parent
342c3254cb
commit
4355485581
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user