Fix carousel height jumping by stacking slides with CSS grid #9

Merged
JoeBot merged 1 commits from bugfix/carousel-fixed-height into main 2026-04-02 07:47:39 -04:00
Owner

Replace display:none/flex slide toggling with CSS grid stacking so all
slides always occupy the same layout cell. The container height is now
fixed at the tallest image height — no more text jumping below the
carousel as slides change. Also enables the existing opacity fade
transition which was previously blocked by display:none.

Affects: index.html, articles/why-we-built-hoa-ledgeriq.html,
articles/hoa-financial-blind-spots.html, and all future articles.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Replace display:none/flex slide toggling with CSS grid stacking so all slides always occupy the same layout cell. The container height is now fixed at the tallest image height — no more text jumping below the carousel as slides change. Also enables the existing opacity fade transition which was previously blocked by display:none. Affects: index.html, articles/why-we-built-hoa-ledgeriq.html, articles/hoa-financial-blind-spots.html, and all future articles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
JoeBot added 1 commit 2026-04-02 07:47:32 -04:00
Replace display:none/flex slide toggling with CSS grid stacking so all
slides always occupy the same layout cell. The container height is now
fixed at the tallest image height — no more text jumping below the
carousel as slides change. Also enables the existing opacity fade
transition which was previously blocked by display:none.

Affects: index.html, articles/why-we-built-hoa-ledgeriq.html,
         articles/hoa-financial-blind-spots.html, and all future articles.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
JoeBot merged commit b2dc28c0df into main 2026-04-02 07:47:39 -04:00
JoeBot deleted branch bugfix/carousel-fixed-height 2026-04-02 07:47:39 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JoeBot/HOALedgerIQ_Website#9
No description provided.