diff --git a/bigbluebutton-html5/app/client/stylesheets/whiteboard.less b/bigbluebutton-html5/app/client/stylesheets/whiteboard.less index 92a301a7d655..ac023e0ce5ad 100755 --- a/bigbluebutton-html5/app/client/stylesheets/whiteboard.less +++ b/bigbluebutton-html5/app/client/stylesheets/whiteboard.less @@ -423,7 +423,7 @@ .presenter-whiteboard { height: calc(~'100% - 2px'); - //-2px is for something who is going of the canvas an generating scroll + //-2px is for something who is going of the canvas an generating scroll padding-bottom: 60px; } @@ -572,7 +572,13 @@ } .FABContainer { - + &.closedFAB { + .activeEmojiButton, + .inactiveEmojiButton { + pointer-events: none; + cursor: default; + } + } } .FABTriggerButton, .inactiveEmojiButton {