Skip to content

Commit 0b22820

Browse files
committed
Fixed an issue with body height
1 parent aa541a2 commit 0b22820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vanilla/js/embed.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ window.vanilla.embed = function(host) {
134134
var iframe = document.getElementById('vanilla' + id);
135135

136136
if (message[0] == 'height') {
137-
// FIX: micro-frontends-forums-app #6
138-
// setHeight(message[1]);
137+
setHeight(message[1]);
139138

140139
if (message[1] > 0) {
141140
iframe.style.visibility = "visible";

0 commit comments

Comments
 (0)