gray-mueller / gray-mueller/online-food-ordering-solution-using-react-js
Enatega Customer Application: (UI-Fix) Cross (✕) Icon Button is Cut Off on Order Status Screen
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description:
On the Order Status screen (after an order is placed), the close/cross (✕) icon button appears partially cut off, either at the top, side, or corner of the screen. This affects its visibility and usability, making it unclear to the user that it's an interactive element to dismiss or close the screen.
Expected Behavior:
The cross icon should be fully visible, properly aligned within its container, and accessible for tapping/clicking without obstruction.
Steps to Reproduce:
Place an order through the app or website.
Navigate to the Order Status screen.
Observe the position and rendering of the cross (✕) icon.
Impact:
Aesthetic/UI inconsistency
Reduced usability (hard to tap or recognize the button)
Confusing UX, especially for users wanting to exit the screen
*Possible Causes:
Missing padding/margin on the icon container
Incorrect positioning (e.g. absolute without safe area consideration)
Overlapping elements or clipped overflow
Smartphone (please complete the following information):
Device: [e.g. Infinix hot 50]
OS: [e.g. Android ]
Browser [e.g. Application]
Version [e.g. Latest]
Contributor guide
Assessment
This issue has not been assessed yet.