diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss
index 089e4bf729c01531f965f267fb9607819ef62868..f5ad8b2ed2b0bc6f8bab61586e8fb61ba68c57ad 100755
--- a/bigbluebutton-html5/imports/ui/components/app/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss
@@ -12,9 +12,8 @@
 }
 
 .main {
-  position: fixed;
+  position: relative;
   height: 100%;
-  width: 100%;
   display: flex;
   flex-direction: column;
 }