Okay
  Public Ticket #1561078
Issue on neon/extra-profile.html
Closed

Comments

  • johnthomasin started the conversation

    I have attached image in that I have explained the issue. 

    I have purchased the Neon html theme and in that when I am checking the extra-profile.html page,  I click chat icon on top right hand corner and then if I click any user from bottom right under chat window, the chat window comes behind the body content. How this can be resolved?

  • [deleted] replied

    Hi johnthomasin,

    Please add the following custom CSS to fix this issue:

    .page-container > #chat {
    z-index: 1000;
    }

    This is the first time somebody reports this so thank you very much for letting us know.