Hide Scrollbar on the interaction field

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

[class*="interaction-field__ScrollableContainer-sc"] {
  overflow: hidden; !important;
}

befor
grafik

after
grafik

1 Like