Comment to 'Messenger - mobile view'
  • i still see that messenger work on chrome and opera for desktop and chrome for android

    I manage to solve the problem for edge and some other mobile browsers with this 

    css in messenger nodule i change display to block or flex

    in messenger.css

    .bx-layout-row .bx-layout-col

    {

        display:block;

    }