mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
10 lines
137 B
SCSS
10 lines
137 B
SCSS
.preview-sticky {
|
|
height: calc(100vh - 160px);
|
|
top: 70px;
|
|
position: sticky;
|
|
}
|
|
|
|
.pdf-viewer-container {
|
|
background-color: gray;
|
|
}
|