mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 02:27:08 -04:00 
			
		
		
		
	fix(web): keep notifications in view when scrolling (#7493)
This commit is contained in:
		
							parent
							
								
									74d431f881
								
							
						
					
					
						commit
						c88184673a
					
				| @ -10,7 +10,7 @@ | ||||
| </script> | ||||
| 
 | ||||
| {#if $notificationList.length > 0} | ||||
|   <section transition:fade={{ duration: 250 }} id="notification-list" class="absolute right-5 top-[80px] z-[99999999]"> | ||||
|   <section transition:fade={{ duration: 250 }} id="notification-list" class="fixed right-5 top-[80px] z-[99999999]"> | ||||
|     {#each $notificationList as notificationInfo (notificationInfo.id)} | ||||
|       <div animate:flip={{ duration: 250, easing: quintOut }}> | ||||
|         <NotificationCard {notificationInfo} /> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user