mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
lower z-index of #immich-scrubbable-scrollbar
This commit is contained in:
parent
342c3254cb
commit
4355485581
@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
id="immich-scrubbable-scrollbar"
|
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:width={isDragging ? '100vw' : '60px'}
|
||||||
style:background-color={isDragging ? 'transparent' : 'transparent'}
|
style:background-color={isDragging ? 'transparent' : 'transparent'}
|
||||||
on:mouseenter={() => (isHover = true)}
|
on:mouseenter={() => (isHover = true)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user