Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1327628

    Hi, i have an issue when selling tickets with attendee information. When you want to buy tickets, a modal window appears to register attendee information like name, etc…. I use Event calendar and event tickets plugin.
    In desktop view works fine, but in mobile view (iphone 11) the header appears above the modal window, and when you scroll to bottom, the buttons to confirm the information of the modal window don’t appear completely. I attach you two screenshots.
    Screenshot 1

    Screenshot 2

    Screenshots:
    http://www.topimatge.cat/screenshot2.jpg
    http://www.topimatge.cat/screenshot1.jpg

    Also the url to check it in desktop and mobile to understand the problem.

    How can i fix this issue?
    Thanks.

    • This topic was modified 3 years ago by mllibre.
    #1327886

    Hey Marc,

    Thank you for the inquiry.

    Looks like you have managed to fix it by adjusting the z-index property of the dialog container.

    .tribe-common div.tribe-dialog {
        top: 0 !important;
        z-index: 99999999 !important;
    }
    

    This is how it looks on our end.

    Screenshot: https://imgur.com/ANHYtMd

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.