paperless-ngx/src-ui/src/app/components/document-detail/document-detail.component.scss
2020-12-12 22:56:44 +01:00

7 lines
116 B
SCSS

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