Join our new community forum for support & discussion

Join Now

Home Support Extensions Messages Fixed Message Box with Scrollable messages

Fixed Message Box with Scrollable messages

  • Author
    Posts
  • Vishan

    Ihor,
    Is there a snippet that allows a fixed message box? Currently, if you have a few 100 user messages replying requires scrolling thru to the bottom to access the message box. This is extremely tiresome for the user, especially for real-time communications. Not a good user experience at all.

    Thanks
    Vishan

    ihor developer

    Please try using this CSS snippet to limit its width:

    .hp-template--messages-view-page .hp-messages {overflow-y:auto;overflow-x:hidden}

    But this may require further customizations.

    Vishan

    Ohor,
    I forgot to update you, functionally this didn’t work-still have to scroll all the to reply.

    ihor developer

    Please try using this one instead:

    .hp-template--messages-view-page .hp-messages {overflow-y:auto;overflow-x:hidden;max-height:500px;margin-bottom:2rem}

    Vishan

    Its works! Thank You Ihor!

Viewing 5 posts - 1 through 5 (of 5 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.