fair-rose•2y ago
Custom Javascript Code Help
I've been using Voiceflow to build chatbots for a few months now and getting to the point of providing Javascript code to companies. I'm running into an issue with code that will move the chatbot launcher above the reCAPTCHA on a website and the two lines that I'm having trouble with are below. Any help?
var chatbotPositionFromBottom = '40px'; // Distance from the bottom
var chatbotPositionFromRight = '20px'; // Distance from the right side
3 Replies
unwilling-turquoise•2y ago
add this css:
fair-roseOP•2y ago
@moritz will this move the chatbot or just bring it infront of the reCAPTCHA (which it already is)
unwilling-turquoise•2y ago
oh do -99999