mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix Safari overflow issue
This commit is contained in:
		@@ -24,6 +24,7 @@
 | 
			
		||||
  padding-top: 0.5rem;
 | 
			
		||||
  overflow-x: hidden;
 | 
			
		||||
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
 | 
			
		||||
  min-height: min-content;
 | 
			
		||||
}
 | 
			
		||||
@supports ((position: -webkit-sticky) or (position: sticky)) {
 | 
			
		||||
  .sidebar-sticky {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user