Okay
  Public Ticket #3002873
team member pop up scrolling issue
Closed

Comments

  •  2
    avelawnetadmin started the conversation

    Hello.  When one of the team member bios opens the text at the bottom of their information cuts off.  This seems to be an issue with the scroll but I can't seem to fix it.  Can you advise?

  •  1,877
    Judith replied

    Hi There,

    Thanks for contacting us.

    Please try this css:

    .nectar_team_member_overlay .team_member_details {
        max-height: 60vh !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        margin-right: 60% !important;
        margin-top: 8% !important;
        overflow-y: scroll;
    }

    Thanks.

  •  2
    avelawnetadmin replied

    works perfectly -- Thanks!