payloadcms / payloadcms/payload
Admin UI blur rendering bug on iOS/iPadOS caused by ::after backdrop layer
@paulpopus is already working on this.
Since Feb 9, 2026.
- Dominant language
- TypeScript
- Stars
- 44.8k
- Forks
- 4.2k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 53
Description
Describe the Bug.
On iOS and iPadOS devices, when editing a document that contains a relationship field, opening the relationship drawer/modal causes parts of the Admin UI to appear blurred incorrectly.
The blur effect does not persist after the drawer is closed, but while the drawer is open, the blur layer renders in the wrong visual stacking order, covering UI regions it should not.
This issue does not occur on macOS Safari or desktop browsers.
The currently identified pseudo-elements are:
.doc-controls::after
.fixed-toolbar::after
This issue does not occur on macOS Safari or desktop Chrome/Firefox.
So far, these are the only pseudo-elements we have observed causing this issue, but other pseudo-elements using backdrop-filter may exhibit the same behavior.
iOS 18
iPadOS 26
Reproduction Steps
- Use an iPad or iPhone
- Open Payload Admin
- Open a document that includes a relationship field
- Open the relationship drawer or popup
- Observe the blur overlay affecting unintended UI areas
Environment Info
Payload: tested in 3.69.0 and 3.74.0
Next: 15.5.9
Node: v24
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.