2021-02-22 13:24:06 +01:00
|
|
|
:host {
|
2020-10-28 15:46:53 +01:00
|
|
|
> div {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
iframe {
|
|
|
|
border: 0;
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
2021-05-26 14:58:37 +02:00
|
|
|
background-color: var(--ion-background-color);
|
2020-10-28 15:46:53 +01:00
|
|
|
}
|
|
|
|
}
|
2021-09-29 09:14:48 +02:00
|
|
|
|
|
|
|
:host-context(.core-iframe-fullscreen) {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|