paperless-ngx/src-ui/src/app/components/document-detail/document-detail.component.scss

10 lines
137 B
SCSS

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