Overlay issue in File Manager

Permalink
I click the upload button and get the attached screen where the white overlay is over the top of the modal box so I can't select anything.

Do I need to change a stylesheet tag somewhere so the box is upper most so I can select files?

1 Attachment

trixiemay
 
ob7dev replied on at Permalink Best Answer Reply
ob7dev
Same thing happens to me sometimes ( I zoom out to get to the overlay then drag it up ).

If its the same cause, it's due to jquery calculating the wrong screen height.

Supposedly they don't happen if your php is clean within a theme.
But I'm having it happen more often now as well.
My page templates typically have a lot of if statements in them.
ob7dev replied on at Permalink Reply
ob7dev
MrK helped me fix this same issue some time ago:
https://www.concrete5.org/community/forums/usage/overlay-popups-appe...
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi trixiemay,

Please include the specific steps to reproduce the issue.
trixiemay replied on at Permalink Reply
trixiemay
1. I go to Add Image
2. Browse server
3. Upload button to select a new file
then...
Whole screen gets covered with white overlay over the top of the dialog box so I can't select anything

My templates are clean and don't include lots of statements and the includes are correct.