diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
index bf838b85..ae39e7f7 100644
--- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
+++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
@@ -47,7 +47,7 @@ limitations under the License.
     margin: 0 5px 2px 0;
     border: 1px solid $primary-hairline-color;
     border-radius: 2px;
-    height: 200px;
+    height: 350px;
     // display: inline-block;
 }
 
@@ -70,7 +70,7 @@ limitations under the License.
 
 .mx_AppTileBody iframe {
     width: 100%;
-    height: 181px;
+    height: 331px;
     overflow: hidden;
     border: none;
 }