mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): adjusted offset value to match header height (#3302)
This commit is contained in:
		@@ -39,7 +39,7 @@
 | 
			
		||||
  let animationTick = false;
 | 
			
		||||
 | 
			
		||||
  const { isAlbumAssetSelectionOpen } = albumAssetSelectionStore;
 | 
			
		||||
  $: offset = $isAlbumAssetSelectionOpen ? 100 : 71;
 | 
			
		||||
  $: offset = $isAlbumAssetSelectionOpen ? 100 : 76;
 | 
			
		||||
  const dispatchClick = createEventDispatcher<OnScrollbarClick>();
 | 
			
		||||
  const dispatchDrag = createEventDispatcher<OnScrollbarDrag>();
 | 
			
		||||
  $: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user