MOBILE-3320 iframe: Improve iframe styles
This commit is contained in:
parent
0a99f035da
commit
29bd7e4b38
@ -9,7 +9,7 @@
|
||||
border: 0;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
background-color: var(--gray-light);
|
||||
background-color: var(--ion-background-color);
|
||||
}
|
||||
|
||||
.core-loading-container {
|
||||
|
@ -730,3 +730,10 @@ ion-content.disable-scroll-y::part(scroll) {
|
||||
z-index: auto;
|
||||
will-change: auto;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 0;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
background-color: var(--ion-background-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user