- Made iframe scrollable when unlocked for live content interaction
- Ensured control panel remains interactive during unlocked mode
- Updated pointerEvents and scrolling attributes accordingly
- Raised z-index to prevent panel from being obscured by overlay
- Corrected undefined reference to 'panel' (should be 'controls')
- Scoped overlayUnlocked as window property to avoid redeclaration errors
- Verified toggle logic properly disables/enables overlay and background interaction
- Finalizes implementation of Unlock Overlay button in control panel
- Introduced a new control panel button to toggle iframe pointer events
- Allows user to unlock overlay for manual interaction with live site content
- Temporarily disables interaction with the underlying dev site while unlocked
- Useful for tasks like opening dropdowns or inspecting cross-origin overlays
- Toggle seamlessly restores locked state with single click
- Added iframe overlay with customizable source URL
- Included opacity slider for pixel-perfect comparison
- Implemented color inversion toggle
- Added scroll lock for accurate layout preservation
- Removed iframe scrollbars to avoid layout shifts
- Built draggable control panel with dedicated handle
- Added README.md with usage, warnings, and contribution guide
- Created LICENSE (MIT) and CHANGELOG.md for version tracking