Correcting Watson Assistant Chatbot Blocking Content

The default CSS for the Watson Assistant chat bot may sometimes result in situations weher the chatbot is placed over top of content and not allowing users to click on links or activate form inputs. If this occurs add the following CSS code under “Custom CSS”.

				
					.WatsonAssistantChatHost{
position: fixed;
z-index: 1000;

}
				
			
Accessibility Tools
hide