From e5cd8aab2cf4dbc2d0c41c24508376e9240606fe Mon Sep 17 00:00:00 2001 From: Oswaldo Acauan Date: Thu, 19 Nov 2015 14:19:30 -0200 Subject: [PATCH] Fix emoji buttons overlaping the prev/next slide buttons on portrait on HTML5 client --- .../app/client/stylesheets/whiteboard.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 {