paperless-ngx/src-ui/src/app/components/document-detail/document-detail.component.scss
2022-02-20 00:37:42 -08:00

15 lines
192 B
SCSS

.preview-sticky {
height: calc(100vh - 160px);
top: 70px;
position: sticky;
}
.pdf-viewer-container {
background-color: gray;
pdf-viewer {
width: 100%;
height: 100%;
}
}