diff --git a/bigbluebutton-html5/imports/ui/components/captions/pad/styles.scss b/bigbluebutton-html5/imports/ui/components/captions/pad/styles.scss index a4f25982cf..07db33bf51 100644 --- a/bigbluebutton-html5/imports/ui/components/captions/pad/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/captions/pad/styles.scss @@ -31,7 +31,7 @@ flex-direction: column; justify-content: space-around; overflow: hidden; - height: 100vh; + height: 100%; :global(.browser-chrome) & { transform: translateZ(0); diff --git a/bigbluebutton-html5/imports/ui/components/note/styles.scss b/bigbluebutton-html5/imports/ui/components/note/styles.scss index bef07c5c5f..a5b36e2228 100644 --- a/bigbluebutton-html5/imports/ui/components/note/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/note/styles.scss @@ -15,7 +15,7 @@ flex-direction: column; justify-content: space-around; overflow: hidden; - height: 100vh; + height: 100%; :global(.browser-chrome) & { transform: translateZ(0); diff --git a/bigbluebutton-html5/imports/ui/components/waiting-users/styles.scss b/bigbluebutton-html5/imports/ui/components/waiting-users/styles.scss index 92a0306e46..e438c752da 100644 --- a/bigbluebutton-html5/imports/ui/components/waiting-users/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/waiting-users/styles.scss @@ -14,7 +14,7 @@ flex-direction: column; justify-content: space-around; overflow: hidden; - height: 100vh; + height: 100%; :global(.browser-chrome) & { transform: translateZ(0);