Skip to content

Fix completed section expansion causing bottom bar to slide up on mobile#125

Merged
markmur merged 1 commit into
mainfrom
claude/fix-completed-section-slide-aFg9g
Apr 12, 2026
Merged

Fix completed section expansion causing bottom bar to slide up on mobile#125
markmur merged 1 commit into
mainfrom
claude/fix-completed-section-slide-aFg9g

Conversation

@markmur

@markmur markmur commented Apr 12, 2026

Copy link
Copy Markdown
Owner

Replace scrollIntoView with manual scrollTo on the nearest scrollable
ancestor. On iOS Safari, scrollIntoView can scroll ancestor containers
(body/html) even with overflow:hidden, which shifts the entire layout
and makes the TaskInput and filter bar slide up as if the keyboard opened.

https://claude.ai/code/session_017KU3QDgNCvZ9sxxBzmHgpr

Replace scrollIntoView with manual scrollTo on the nearest scrollable
ancestor. On iOS Safari, scrollIntoView can scroll ancestor containers
(body/html) even with overflow:hidden, which shifts the entire layout
and makes the TaskInput and filter bar slide up as if the keyboard opened.

https://claude.ai/code/session_017KU3QDgNCvZ9sxxBzmHgpr
@netlify

netlify Bot commented Apr 12, 2026

Copy link
Copy Markdown

Deploy Preview for what-todo-web ready!

Name Link
🔨 Latest commit 1b1d9f2
🔍 Latest deploy log https://app.netlify.com/projects/what-todo-web/deploys/69dbff6706d48a00089968ad
😎 Deploy Preview https://deploy-preview-125--what-todo-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@markmur markmur merged commit 3e4ed68 into main Apr 12, 2026
8 checks passed
@markmur markmur deleted the claude/fix-completed-section-slide-aFg9g branch April 12, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants