This is a short tutorial on editing elements of your screens hidden behind an overlay - via Inspector. It happens often when you’ve captured a certain popup or dropdown in your UI.
Step1:
Open your demo and choose a screen to edit.
Step 2:
🔍 Click "Inspect" outside the overlay element.
This automatically highlights your element.
Step 3:
🔧 Change the element display style to "none." Now the elements are editable!
Step 4:
🔧 Once you're done, return to the inspector and change the "display: none" properties to "display: block." Save the screen.