Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1854454
Team Members Not Scrolling in Chrome
Closed

Comments

  • James started the conversation

    I have added our team to the staff page of our site. On safari the more detailed info when clicked will scroll down if there is more than the window can show. But on chrome, it will not scroll and longer bio's get cut off. 

    Please help,

    James

  •  361
    Filip replied

    Hi James!

    This clearly seems to be a bug there in Chrome, thanks for reporting! I'm definitely going to include a fix in the next theme update but as for now, please add this custom CSS code to your Theme Options / Advanced / Custom CSS, it's going to fix the problem right away (just tested it):

    .modal-backdrop.fade.in {
        position: fixed;
        top: 0;
        bottom: 0;
        height: auto !important;
    }
    .member-modals .modal-dialog {
        padding-top: 60px;
    }
    .modal-open .modal {
        position: fixed;
    }
    

    Kind Regards,
    Veented Team

  • James replied

    Worked! Thanks for fixing it! 

  •  361
    Filip replied

    You're welcome!

    Kind Regards,
    Veented Team