By Andy on Friday, 14 September 2018
Posted in Technical Issues
Likes 0
Views 505
Votes 0
My site has a fixed navigation bar including the ES toolbar... when I view a photo posted on the stream the top of the pop-up box appears behind the fixed navigation bar, so I can't get to the options / controls including presumably how to close the pop-up box.

You can see it at: mysite.com/ duathlon - if you click on the photo posted on the stream there.

Can anything be done in the code to ensure the pop-up box always dominates and appears over a fixed nav bar like mine?

Not sure if you can replicate this due to different screen sizes, so attaching a screenshot to help illustrate it.

Thanks!
Hey Andy,

Try apply this following custom css and see how it goes.


body.is-es-photo-popup #es.es-photo-popup {
z-index: 9999;
}
·
Friday, 14 September 2018 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex - Perfect fix for my situation.
·
Sunday, 16 September 2018 09:11
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Sunday, 16 September 2018 09:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post