From 81b75cd26a8e5841ea47b9da911979847313410b Mon Sep 17 00:00:00 2001 From: Branimir Georgiev Date: Sun, 26 Apr 2026 14:55:45 +0300 Subject: [PATCH] docs: update session 13 journal with overflow fix PRs Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/dev-journal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev-journal.md b/docs/dev-journal.md index 94f6b04..dc446db 100644 --- a/docs/dev-journal.md +++ b/docs/dev-journal.md @@ -510,6 +510,7 @@ recipes/ ← renamed from playbook/ (17 recipe pages) - Added OG banner image for social sharing previews (#152) - Closed #161 — Astro 6 already adds lazy loading to Markdown images - Added floating mobile ToC button for in-page navigation (#110) +- Fixed horizontal overflow on mobile causing FAB to render off-screen - Added `.claude/` to `.gitignore` - Created branding exploration issue (#202) @@ -519,6 +520,9 @@ recipes/ ← renamed from playbook/ (17 recipe pages) - #200 — Dark mode code blocks - #201 — OG banner image - #203 — Floating mobile ToC +- #204 — Session journal entry +- #205 — Mobile ToC overflow fix (overflow-x: hidden on html) +- #206 — Mobile overflow fix (overflow-x: hidden on body, table scroll) **Issues closed:** #110, #152, #159, #161, #171