fair-rose
fair-rose2y 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
No description
3 Replies
unwilling-turquoise
unwilling-turquoise2y ago
add this css:
z-index: 99999 !important;
z-index: 99999 !important;
fair-rose
fair-roseOP2y ago
@moritz will this move the chatbot or just bring it infront of the reCAPTCHA (which it already is)
unwilling-turquoise
unwilling-turquoise2y ago
oh do -99999

Did you find this page helpful?