Comment to 'Custom Messenger Page Help'
  • Hello Chris,

    You need to overwrite this class .bx-messenger-table-wrapper div.bx-messenger-table-wrapper-rows:first-child .cell from line number 454 in you custom css. 

    Set something like this

    .bx-messenger-table-wrapper div.bx-messenger-table-wrapper-rows:first-child .cell
    {
       height:65vh;
    }