diff --git a/src/View.js b/src/View.js index bad0b34..c78bf8f 100644 --- a/src/View.js +++ b/src/View.js @@ -12,7 +12,8 @@ const renderVcontent = function (width, height, id, children) { top: 0, left: 0, width: width+"px", - height: height+"px" + height: height+"px", + visibility: "hidden" }; return