File selection dialog popup underlays behind chrome extension popup window

Viewed 46

In my browser extension, I am trying to upload a file from my computer. When I click on "select a file" option inside my browser (), the file selection dialog box underlays behind the popup window. This appears only when the browser is in full screen mode and on MAC OS. Once I switch the tab or remove full screen mode it overlays as expected.

Can someone please provide a solution or workaround to this issue?

Attached screenshot for reference

1 Answers

I encountered the same issue recently with a Chrome extension. How did the issue appear? I don't think I've changed anything, it seems to have appeared out of nowhere. If you have any insights, I'm interested in collaborating with you to debug the issue with my own extension. Let me know!

Related