Place widget higher

Add the code below to Custom CSS field on your Chat widget’s Appearance tab:

[class^='FloatingButton__FloatingButtonContainer-sc'] {
    bottom: 80px;
  }
  
[class^="Window__Component"] {
  bottom: 80px;
}

[class^="Window__WindowComponent"] {
  bottom: 80px;
}

You’re welcome to change the bottom values until you like the outcome.