Environment: Browser (specify version), OS (specify version)
Date/Time: 2026-05-17
Source Code
(Not applicable — visual UI bug)
Steps to Reproduce
Open the "Space Game" in Sandbox mode.
Navigate to the main screen with HUD.
Observe the text in the top-right corner.
Expected Output
The text in the top-right corner should display completely without overlapping the header.
Actual Output
The text collapses upwards and is hidden behind the header, becoming partially illegible.
Logs/Attachments
Attach screenshot showing the hidden text.
Copy any relevant console messages.
Resource Limits
Does not appear to be compilation-related; possible CSS/position or z-index issue.
Suggested Priority
Medium — affects usability but does not block complete workflow.
Additional Notes
Review header styles and HUD container; verify responsive behavior and theme changes.
- **Title:** Visual Bug: Space Game Text
- **Severity:** Medium
- **Mode:** Sandbox
- **Lesson ID / File:** N/A
- **Environment:** Browser (specify version), OS (specify version)
- **Date/Time:** 2026-05-17
## Source Code
(Not applicable — visual UI bug)
## Steps to Reproduce
1. Open the "Space Game" in Sandbox mode.
2. Navigate to the main screen with HUD.
3. Observe the text in the top-right corner.
## Expected Output
The text in the top-right corner should display completely without overlapping the header.
## Actual Output
The text collapses upwards and is hidden behind the header, becoming partially illegible.
## Logs/Attachments
- Attach screenshot showing the hidden text.
- Copy any relevant console messages.
## Resource Limits
Does not appear to be compilation-related; possible CSS/position or z-index issue.
## Suggested Priority
Medium — affects usability but does not block complete workflow.
## Additional Notes
Review header styles and HUD container; verify responsive behavior and theme changes.
Resolved in spikersoft-angular PR #46 (merged to master). HUD overlays are now sized to the live game-container viewport instead of the full window, so top-anchored text is no longer clipped behind the fixed header (including in full-screen). Closing.
Resolved in `spikersoft-angular` PR #46 (merged to `master`). HUD overlays are now sized to the live game-container viewport instead of the full window, so top-anchored text is no longer clipped behind the fixed header (including in full-screen). Closing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Source Code
(Not applicable — visual UI bug)
Steps to Reproduce
Expected Output
The text in the top-right corner should display completely without overlapping the header.
Actual Output
The text collapses upwards and is hidden behind the header, becoming partially illegible.
Logs/Attachments
Resource Limits
Does not appear to be compilation-related; possible CSS/position or z-index issue.
Suggested Priority
Medium — affects usability but does not block complete workflow.
Additional Notes
Review header styles and HUD container; verify responsive behavior and theme changes.
Resolved in
spikersoft-angularPR #46 (merged tomaster). HUD overlays are now sized to the live game-container viewport instead of the full window, so top-anchored text is no longer clipped behind the fixed header (including in full-screen). Closing.