mirror of
https://github.com/Nezz/homeassistant-visionos-theme.git
synced 2026-05-09 00:08:38 +02:00
[GH-ISSUE #1] Background scrolls on iOS #3
Labels
No labels
bug
bug
bug
duplicate
duplicate
pull-request
third party
third party
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/homeassistant-visionos-theme#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nezz on GitHub (Apr 28, 2024).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/1
This happens because the iOS version of Safari does not support fixed backgrounds:
https://caniuse.com/background-attachment
On all other platforms it works correctly. Suggestions on how we could work around this are welcome.
@T1mVo commented on GitHub (Oct 28, 2024):
Might this work?
@Nezz commented on GitHub (Feb 22, 2026):
In the meantime this was fixed in HA by changing the background to be a static element, separate from the scrollable content.