mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
Use ng2-pdf-viewer
And remove now-unused safeUrl pipe
This commit is contained in:
parent
2bbeb8ffe0
commit
de5d360d52
7 changed files with 78 additions and 39 deletions
|
|
@ -0,0 +1,8 @@
|
|||
.pdf-viewer-container {
|
||||
height: calc(100vh - 160px);
|
||||
top: 70px;
|
||||
position: sticky;
|
||||
padding: 10px;
|
||||
background-color: gray;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue