Skip to content

Bug Report: UI Overlap in Stopwatch Page #390

@Hemanth-2OOT

Description

@Hemanth-2OOT

🐞 Bug Report: UI Overlap in Stopwatch Page

Description:
On the Stop Watch page, the top panel overlaps with the rest of the content (Pomodoro Timer, Custom Timer, Countdown Timer).
The “Stop Watch” button and background layer appear misaligned or not properly constrained, hiding some interactive elements behind it.


Steps to Reproduce:

  1. Open the app and navigate to the Stop Watch section.
  2. Observe the top yellow “STOP WATCH” button and toggle options.
  3. Notice that the white overlay partially hides the “Pomodoro Timer” and “Custom Timer” buttons.

Expected Behavior:
Each timer option should be clearly visible and accessible without overlapping.
The “Stop Watch” panel should stay within its designated container area.


Actual Behavior:
The upper white section overlaps lower UI components, blocking interaction and making them appear faded or disabled.


Screenshot:
Screenshot_2025-10-28-16-46-59-74_40deb401b9ffe8e1df2f1cc5ba480b12.jpg


Possible Cause:

  • Incorrect z-index or positioning (absolute / fixed) on the Stop Watch container.
  • Missing margin or padding for layout separation.
  • CSS stacking context issue in the parent div.

Device Info:

  • Device: Android (e.g., Realme / Vivo)
  • Browser: Chrome Mobile
  • Screen Size: 720x1604
  • App Version / Build: (Add version if known)

Suggested Fix:

  • Review container stacking using position: relative and adjust z-index values.
  • Add adequate padding/margin between sections.
  • Verify responsiveness and layout consistency across mobile screen sizes.

Priority: 🟡 Medium
Status: ⏳ Open

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions