Tagged: Event Tickets, z-index
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.
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.
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