Description:
When a logged-out user visits a specific campaign page (e.g., /campaigns/{id}), the UI displays an error message — “Log in to publish changes”. On mobile screens, this message overlaps with the “Save” button, making the button partially or fully inaccessible.
Difficulty: Beginner
Domain: Coding
Steps to replicate the issue (include links if applicable):
- Log out of the application.
- Visit any campaign page, e.g. /campaigns/123
- Observe the error banner that says “Log in to publish changes”
- Check the position of the “Save” button in mobile view.
What should have happened instead?:
The “Log in to publish changes” message should appear above or below UI elements without overlapping the “Save” button.
Actual Behaviour:
The error message overlaps with the “Save” button, affecting usabilit
Other information (browser name/version, screenshots, etc.):
- Platform: Web (mobile view)
- Affected pages: /campaigns/{id}
- User state: Logged out
