JiddyJohnson Posted August 17 Report Share Posted August 17 I am having trouble reconciling these two things. I already found this forum post. Essentially what is happening is I have a modal popup and the Autofill Textbox will not show up in front of the modal but behind. I followed the suggestion given at the end of the attached post and it made my page do as shown in my screenshot (the redline is just for privacy to not reveal personal information.) Does anyone have a solution to this? (For clarity, my app is deployed to HTML pages, and the bar across the modal is within the HTML, not another datapage. I believe this to be a CSS issue but I cannot figure it out) Quote Link to comment Share on other sites More sharing options...
DrSimi Posted August 18 Report Share Posted August 18 Hi @JiddyJohnson, Try Inspecting the HTML page and see what's the z-index of the bar going across. Then, update the modal class CSS to have a z-index higher than that bar. You can also try to set the z-index to something super large as 999999999 for the modal and see how it behaves. That usually fixes it. See more at z-index - CSS: Cascading Style Sheets | MDN (mozilla.org) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.