Force white background behind prevrew iframe regardless of theme to better reflect what the real app will look like
This commit is contained in:
parent
80e1c4f978
commit
c0c2583e09
|
@ -84,6 +84,7 @@
|
|||
overflow: hidden;
|
||||
margin: auto;
|
||||
height: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
.component-container iframe {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in New Issue