From a35f38847c35272eed93fae9b46a9136b9310a04 Mon Sep 17 00:00:00 2001 From: Ramon Souza <contato@ramonsouza.com> Date: Fri, 7 May 2021 15:39:40 -0300 Subject: [PATCH] add scroll to poll question container - mobile --- bigbluebutton-html5/imports/ui/components/polling/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.scss b/bigbluebutton-html5/imports/ui/components/polling/styles.scss index 76ecf60001..4875fcf7a9 100644 --- a/bigbluebutton-html5/imports/ui/components/polling/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/polling/styles.scss @@ -52,6 +52,8 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); + max-height: 95%; + overflow-y: auto; [dir="rtl"] & { left: 50%; -- GitLab