We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fda6b commit 1aeeb72Copy full SHA for 1aeeb72
public/js/init.js
@@ -2,7 +2,7 @@
2
const chatbotElement = document.createElement("div");
3
chatbotElement.id = "chatbot";
4
chatbotElement.style =
5
- "position: fixed; bottom: 0; right: 0; z-index: 9999; margin-right: 0; margin-bottom: 20px";
+ "position: fixed; bottom: 0; right: 0; z-index: 9999; margin-right: 20px; margin-bottom: 20px";
6
document.body.append(chatbotElement);
7
8
// initially load chatbot script
0 commit comments