mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix timeline overflowing dropdowns, more resonable z-indices (#4071)
This commit is contained in:
parent
fb20381f98
commit
52d0c5fc73
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
{#if $assetStore.timelineHeight > height}
|
||||
<div
|
||||
id="immich-scrubbable-scrollbar"
|
||||
class="fixed right-0 z-[100] select-none bg-immich-bg hover:cursor-row-resize"
|
||||
class="fixed right-0 z-[1] select-none bg-immich-bg hover:cursor-row-resize"
|
||||
style:width={isDragging ? '100vw' : '60px'}
|
||||
style:height={height + 'px'}
|
||||
style:background-color={isDragging ? 'transparent' : 'transparent'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue