Don't display widget iframes whilst loading.

This commit is contained in:
Richard Lewis 2017-11-09 10:02:00 +00:00
parent 3ee45b21b8
commit d45940f204

View File

@ -235,3 +235,7 @@ form.mx_Custom_Widget_Form div {
align-items: center;
font-weight: bold;
}
.mx_AppLoading iframe {
display: none;
}