mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
10 lines
178 B
SCSS
10 lines
178 B
SCSS
.preview-popup-container > * {
|
|
width: 30rem !important;
|
|
height: 22rem !important;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
::ng-deep .popover.popover-preview {
|
|
max-width: 32rem;
|
|
}
|