How to change the Watson Assistant Chatbot BOX Size.
-
The css code below changes the height from below to top but not from top to below. I want to decrease the chatbot box size from top to below but i am not able to do it.
@media (min-width: 640px) {
#watson-float {
top: 0;
right: 0 !important;
}#watson-box {
width: 35vw !important;
height: 95vh !important;
}#message-container {
height: calc(100% – 2.75em) !important;
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to change the Watson Assistant Chatbot BOX Size.’ is closed to new replies.