Don't display widget iframes whilst loading.

pull/5555/head
Richard Lewis 2017-11-09 10:02:00 +00:00
parent 3ee45b21b8
commit d45940f204
1 changed files with 4 additions and 0 deletions

View File

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