20 lines
341 B
SCSS
20 lines
341 B
SCSS
.preview-popup-container > * {
|
|
width: 30rem !important;
|
|
height: 22rem !important;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.preview-popup-container.full-size {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
|
|
> * {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
}
|
|
|
|
::ng-deep .popover.popover-preview {
|
|
max-width: 32rem;
|
|
}
|