Skip to content

Commit

Permalink
Fix emoji buttons overlaping the prev/next slide buttons on portrait …
Browse files Browse the repository at this point in the history
…on HTML5 client
  • Loading branch information
oswaldoacauan authored and Oswaldo Acauan committed Nov 19, 2015
1 parent 2e5449b commit e5cd8aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bigbluebutton-html5/app/client/stylesheets/whiteboard.less
Expand Up @@ -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;
}

Expand Down Expand Up @@ -572,7 +572,13 @@
}

.FABContainer {

&.closedFAB {
.activeEmojiButton,
.inactiveEmojiButton {
pointer-events: none;
cursor: default;
}
}
}

.FABTriggerButton, .inactiveEmojiButton {
Expand Down

0 comments on commit e5cd8aa

Please sign in to comment.