Hide Scrollbar on the Footer

Add this code to the Custom CSS field on the General tab of your AI-Chatbot widget’s settings:

[class*="footer__ScrollableContent-s"] {
  overflow: hidden; !important;
}

before

after

2 Likes