## Summary
The temporary accounts banner on mobile devices is behaving incorrectly when the source editor is opened, or when search results are shown:
{F66755111}
{F66755114}
{F66755225}
== Requirement
Scope: Mobile web (Minerva skin).
- The temporary accounts banner must not overlap or obscure any visible page elements on mobile.
- This includes content, search results, and editing interfaces.
- The banner must remain fixed and visible without blocking user interaction or viewable elements.
== BDD
```
Feature: Prevent temp accounts banner from overlapping mobile content
Scenario: Viewing any mobile interface
Given I am using the Minerva skin on a mobile device
When the temporary accounts banner is visible
Then the banner does not overlap or obscure any page elements
```
== Test Steps
__Test Case 1: Verify banner placement on mobile__
1. Open Wikipedia on a mobile device (Minerva skin) as a temporary account user.
2. Navigate through various pages, including search and edit modes.
3. **AC1:** The temporary accounts banner does not overlap or obscure any page elements.
## Acceptance criteria
- [ ] Temp accounts banner does not block view of page contents