1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Force white background behind prevrew iframe regardless of theme to better reflect what the real app will look like

This commit is contained in:
Andrew Kingston 2020-12-09 15:43:06 +00:00
parent 80e1c4f978
commit c0c2583e09

View file

@ -84,6 +84,7 @@
overflow: hidden;
margin: auto;
height: 100%;
background-color: white;
}
.component-container iframe {
border: 0;