mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
15 lines
192 B
SCSS
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%;
|
|
}
|
|
}
|