Make sure the widget does not overlap the footer.

This commit is contained in:
Paulo Reis 2018-02-19 17:07:45 +00:00 committed by James Allen
parent 978a8eae59
commit f1a36919f9
2 changed files with 4 additions and 0 deletions

View file

@ -1 +1,2 @@
@import "app/sidebar-v2-dash-pane.less";
@import "app/front-chat-widget.less";

View file

@ -0,0 +1,3 @@
#front-chat-holder > div[role=button] {
margin-bottom: @footer-height;
}