The scheme is regenerated, never hand-edited; the download page stays free of anchored components; the theme key stays sealshare-theme. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
10 lines
479 B
Markdown
10 lines
479 B
Markdown
---
|
|
paths:
|
|
- resources/views/livewire/share-download.blade.php
|
|
---
|
|
|
|
# Livewire
|
|
|
|
## No anchored components on the download page
|
|
Recipients open share links on any phone, including iOS Safari below 18.4, where CSS anchor positioning is missing. Keep menus, tooltips, selects-as-menus, datepickers and other anchored/popover components off this page; use plain buttons with aria-label and native controls. tests/Browser/SealShareTest.php checks the page at 393px has no popovers.
|