mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 13:57:55 -05:00
Make sure the widget does not overlap the footer.
This commit is contained in:
parent
978a8eae59
commit
f1a36919f9
2 changed files with 4 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
@import "app/sidebar-v2-dash-pane.less";
|
@import "app/sidebar-v2-dash-pane.less";
|
||||||
|
@import "app/front-chat-widget.less";
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#front-chat-holder > div[role=button] {
|
||||||
|
margin-bottom: @footer-height;
|
||||||
|
}
|
Loading…
Reference in a new issue