From f1a36919f9936b3b5fffc32a3fb894f97a24a012 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 19 Feb 2018 17:07:45 +0000 Subject: [PATCH] Make sure the widget does not overlap the footer. --- services/web/public/stylesheets/_ol_style_includes.less | 1 + services/web/public/stylesheets/app/front-chat-widget.less | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 services/web/public/stylesheets/app/front-chat-widget.less diff --git a/services/web/public/stylesheets/_ol_style_includes.less b/services/web/public/stylesheets/_ol_style_includes.less index f2832bd219..921b20f727 100644 --- a/services/web/public/stylesheets/_ol_style_includes.less +++ b/services/web/public/stylesheets/_ol_style_includes.less @@ -1 +1,2 @@ @import "app/sidebar-v2-dash-pane.less"; +@import "app/front-chat-widget.less"; diff --git a/services/web/public/stylesheets/app/front-chat-widget.less b/services/web/public/stylesheets/app/front-chat-widget.less new file mode 100644 index 0000000000..84da28ca7a --- /dev/null +++ b/services/web/public/stylesheets/app/front-chat-widget.less @@ -0,0 +1,3 @@ +#front-chat-holder > div[role=button] { + margin-bottom: @footer-height; +} \ No newline at end of file