diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss
index 7f2921ef1327d4535ba883a135d3482871d882fb..91d18feda9463c12fb6331eee84eb55936f902d4 100755
--- a/bigbluebutton-html5/imports/ui/components/app/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss
@@ -113,12 +113,12 @@
   @include mq($medium-up) {
     flex: 0 15vw;
     order: 1;
-    height: 100vh;
+    height: 100%;
   }
 
   @include mq($xlarge-up) {
     flex-basis: 10vw;
-    height: 100vh;
+    height: 100%;
   }
 }