mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix z-order on the edit page.
This commit is contained in:
		@@ -112,7 +112,7 @@
 | 
				
			|||||||
        </form>
 | 
					        </form>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div class="col-xl d-none d-xl-block document-preview sticky-top">
 | 
					    <div class="col-xl d-none d-xl-block document-preview">
 | 
				
			||||||
        <object [data]="previewUrl | safe" type="application/pdf" width="100%" height="100%">
 | 
					        <object [data]="previewUrl | safe" type="application/pdf" width="100%" height="100%">
 | 
				
			||||||
            <p>Your browser does not support PDFs.
 | 
					            <p>Your browser does not support PDFs.
 | 
				
			||||||
                <a href="previewUrl">Download the PDF</a>.</p>
 | 
					                <a href="previewUrl">Download the PDF</a>.</p>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,5 @@
 | 
				
			|||||||
.document-preview {
 | 
					.document-preview {
 | 
				
			||||||
  height: calc(100vh - 180px);
 | 
					  height: calc(100vh - 180px);
 | 
				
			||||||
  top: 70px
 | 
					  top: 70px;
 | 
				
			||||||
 | 
					  position: sticky;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user