Skip to content

Fix Social 2000 Explorer to fixed viewport positioning#11

Merged
lyncmi07 merged 2 commits into
masterfrom
copilot/fix-social2000-explorer-position
Mar 28, 2026
Merged

Fix Social 2000 Explorer to fixed viewport positioning#11
lyncmi07 merged 2 commits into
masterfrom
copilot/fix-social2000-explorer-position

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown
  • Fix #browser-window to use fixed positioning — Changed position: relative + min-height: 100vh to position: fixed with top: 0; left: 0; right: 0; bottom: 0 so the explorer window is locked to the viewport
  • Remove position: sticky from #status-bar — With the browser-window now fixed, sticky positioning on the status bar is no longer needed; it stays at the bottom via flexbox
  • Verify the messenger popup stays visible — The messenger popup uses position: absolute relative to #browser-window, which works correctly with fixed positioning since it's a positioned ancestor
  • Run tests to verify no regressions — 182/184 pass (2 pre-existing failures unrelated to this change)
  • Take screenshot to verify the visual result

explorer-fixed


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI linked an issue Mar 28, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix social2000 explorer fixed position Fix Social 2000 Explorer to fixed viewport positioning Mar 28, 2026
Copilot AI requested a review from lyncmi07 March 28, 2026 21:25
@lyncmi07 lyncmi07 marked this pull request as ready for review March 28, 2026 21:31
@lyncmi07 lyncmi07 merged commit e23e19a into master Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

social2000 explorer fixed position

2 participants