Hide Scrollbar on the Footer

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

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

before
grafik

after
grafik

3 Likes