Bring dialog to front
-
I am having an issue with Post Snippets dilaog box coming up BEHIND another dialog box. All I need to do is change the z-index to 160001 but overiding this with css with !important is not working.
I am using this css
body .ui-dialog {
z-index: 160001 !important;
}But I can get it to come to the front using firebig so i know it will work. I can not even find “z-index” anywhere in your code either.
Where can this be changed or is there a better way to fix this?
Many thanks,
Houston
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Bring dialog to front’ is closed to new replies.