forked from Cutlery/immich
		
	fix timeline overflowing dropdowns, more resonable z-indices (#4071)
This commit is contained in:
		
							parent
							
								
									fb20381f98
								
							
						
					
					
						commit
						52d0c5fc73
					
				| @ -23,7 +23,7 @@ | |||||||
| <div | <div | ||||||
|   transition:slide={{ duration: 200, easing: quintOut }} |   transition:slide={{ duration: 200, easing: quintOut }} | ||||||
|   bind:this={menuElement} |   bind:this={menuElement} | ||||||
|   class="absolute z-[99999] w-[200px] overflow-hidden rounded-lg shadow-lg" |   class="absolute w-[200px] overflow-hidden rounded-lg shadow-lg" | ||||||
|   style="left: {left}px; top: {top}px;" |   style="left: {left}px; top: {top}px;" | ||||||
|   role="menu" |   role="menu" | ||||||
|   use:clickOutside |   use:clickOutside | ||||||
|  | |||||||
| @ -59,7 +59,7 @@ | |||||||
| {#if $assetStore.timelineHeight > height} | {#if $assetStore.timelineHeight > height} | ||||||
|   <div |   <div | ||||||
|     id="immich-scrubbable-scrollbar" |     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:width={isDragging ? '100vw' : '60px'} | ||||||
|     style:height={height + 'px'} |     style:height={height + 'px'} | ||||||
|     style:background-color={isDragging ? 'transparent' : 'transparent'} |     style:background-color={isDragging ? 'transparent' : 'transparent'} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user