BREAKING CHANGE: Pre-design-tokens theming is no longer supported. Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
14 lines
192 B
SCSS
14 lines
192 B
SCSS
.modal-iframe {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: var(--pgn-elevation-modal-zindex);
|
|
|
|
iframe {
|
|
width: inherit;
|
|
height: inherit;
|
|
}
|
|
}
|