Skip to content

Commit

Permalink
Merge pull request #5555 from vector-im/rxl881/widgetrendering
Browse files Browse the repository at this point in the history
Don't display widget iframes whilst loading.
lukebarnard1 authored Nov 9, 2017
2 parents 7094df9 + d45940f commit 88cd46b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -235,3 +235,7 @@ form.mx_Custom_Widget_Form div {
align-items: center;
font-weight: bold;
}

.mx_AppLoading iframe {
display: none;
}

0 comments on commit 88cd46b

Please sign in to comment.