Hey Guys,
Using a Modal in a “Content Page” located inside of a “Layout”
When opening the modal, the backdrop looks like it is going to the Layout page (overtop of the actual “Layout body Content” making the items unclickable.
See Images
Am I missing something on why this is presenting this way?
I saw in the past someone post about this but was not sure on the actual solution.
What I’ve found is my “Main-Content” z-index needs to be set higher than my side bar nav z-index
Only issue there is then the sidebar nav is “unclickable”
Any way around this to just have the model pop over all items on the page?
Tried setting to 9999 and gives me same issue above.
Now they are set at 1100 (main content from page) and 1050 (template).
So where do you expect it to show? The content page is rendered inside your main page, so there's where it's supposed to be.
The backdrop is expected to prevent clicking wherever on the page. On modal close it disappears.
I guess what I am experiencing is similar to this...
Will post a video later