From aaa3a14b3007936b7b032d405d0976151791b30e Mon Sep 17 00:00:00 2001
From: Joao Siebel <joaos_desenv@imdt.com.br>
Date: Fri, 7 May 2021 10:12:46 -0300
Subject: [PATCH] Remove scroll on toast notification when a conversion error
 happens. close #12293

---
 .../presentation/presentation-uploader/styles.scss          | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
index 11a67195d2..db2cc14408 100644
--- a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
@@ -370,8 +370,6 @@
 .uploadRow {
   display: flex;
   flex-direction: column;
-  margin-bottom: var(--statusInfoHeight);
-  margin-top: var(--statusInfoHeight);
 }
 
 .textErr,
@@ -389,8 +387,6 @@
   bottom: var(--toast-md-margin);
   position: relative;
   left: var(--border-size-large);
-  max-height: var(--statusInfoHeight);
-  height: var(--statusInfoHeight);
   
   [dir="rtl"] & {
     right: var(--border-size-large);
@@ -490,7 +486,7 @@
   height: 100%;
   max-height: var(--uploadListHeight);
   overflow-y: auto;
-  padding-right: 1rem;
+  padding-right: 1.5rem;
   box-sizing: content-box;
   background: none;
 }
-- 
GitLab