-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
🐞 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:
- Open the app and navigate to the Stop Watch section.
- Observe the top yellow “STOP WATCH” button and toggle options.
- 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.
Possible Cause:
- Incorrect
z-indexor 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: relativeand adjustz-indexvalues. - Add adequate padding/margin between sections.
- Verify responsiveness and layout consistency across mobile screen sizes.
Priority: 🟡 Medium
Status: ⏳ Open
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
