1

I am trying to get the Google Inbox clickable inbox setting to stay so that I can examine it:

enter image description here

However, as soon as I click on anything, or press Shift-Command-C to open the dev tools, the layover disappears, even if I select 'active'/'hover'/etc. from the css. How would I make this item stay visible?

Note, opening dev tools in another window or right-clicking and clicking "Inspect" doesn't work either.

David542
  • 104,438
  • 178
  • 489
  • 842

1 Answers1

0

Try right clicking on the pop-up and select Inspect. Drop a comment if it does not work

sudo97
  • 904
  • 2
  • 11
  • 22
  • I think the pop-up disappears because the focus shifts from the pop up. But it should be able to point you to the html code for the pop-up – sudo97 Jan 22 '20 at 00:48