diff --git a/src/components/structures/HomePage.js b/src/components/structures/HomePage.js
index f11dbcea..087b0097 100644
--- a/src/components/structures/HomePage.js
+++ b/src/components/structures/HomePage.js
@@ -33,7 +33,7 @@ module.exports = React.createClass({
     render: function() {
         return (
         <div className="mx_HomePage">
-            <iframe src={`${this.props.teamServerUrl}/static/${this.props.teamToken}/welcome.html`} style={{width: '100%', border: 'none'}}/>
+            <iframe src={`${this.props.teamServerUrl}/static/${this.props.teamToken}/welcome.html`}/>
         </div>
         );
     }