mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-25 15:52:35 -04:00 
			
		
		
		
	Position:fixed for .global-dropzone-overlay
If the user tried dropping a file onto the paperless-ngx UI, but the page itself had scrolled down a bit, the overlay would have scrolled together with the page. This commit makes the overlay fixed to the viewport, independent from the scroll position. This one-word commit was done directly through the GitHub web interface.
This commit is contained in:
		
							parent
							
								
									d7d95037be
								
							
						
					
					
						commit
						5364a29b5f
					
				| @ -468,7 +468,7 @@ table.table { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .global-dropzone-overlay { | .global-dropzone-overlay { | ||||||
|   position: absolute; |   position: fixed; | ||||||
|   top: 0; |   top: 0; | ||||||
|   right: 0; |   right: 0; | ||||||
|   bottom: 0; |   bottom: 0; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user