Skip to content

Commit 1aeeb72

Browse files
fix margin
1 parent 17fda6b commit 1aeeb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const chatbotElement = document.createElement("div");
33
chatbotElement.id = "chatbot";
44
chatbotElement.style =
5-
"position: fixed; bottom: 0; right: 0; z-index: 9999; margin-right: 0; margin-bottom: 20px";
5+
"position: fixed; bottom: 0; right: 0; z-index: 9999; margin-right: 20px; margin-bottom: 20px";
66
document.body.append(chatbotElement);
77

88
// initially load chatbot script

0 commit comments

Comments
 (0)