Skip to content

fix(ui): resolve blue box overlap on CodeExampleSection - #629

Open
JituRewar wants to merge 2 commits into
containers:mainfrom
JituRewar:fix/ui-blue-box-overlap
Open

fix(ui): resolve blue box overlap on CodeExampleSection#629
JituRewar wants to merge 2 commits into
containers:mainfrom
JituRewar:fix/ui-blue-box-overlap

Conversation

@JituRewar

@JituRewar JituRewar commented Aug 4, 2026

Copy link
Copy Markdown

Fixes #628

Concisely describe the change

The blue info boxes on the homepage were overlapping the terminal
code block text, making it hard to read. This happened because
both the code block and the blue boxes were placed in overlapping
CSS Grid columns (code block: cols 1–11, blue boxes: cols 9–12),
and a -z-50 z-index hack was used to hide this overlap.

Fixed by giving each element its own dedicated columns:

  • Code block → columns 1 to 8
  • Blue info boxes → columns 9 to 12

No more overlap, no more z-index hacks.

Before-
Screenshot From 2026-08-04 14-10-24

After-
Screenshot From 2026-08-04 14-24-27

Checklist

  • Certify you wrote the patch (signed all commits with -s)
  • Referenced issues using Fixes: #628 in commit message
  • PR description is human-written per LLM Policy
  • PR description, commit message, and GitHub comments are human-written, per LLM Policy

@JituRewar

Copy link
Copy Markdown
Author

Now i successfully restore previous design of blue boxes and make functional to scrollbar by keeping blue boxes at their same position as @MuhammadAashirAslam suggested.

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.

[Bug]: Blue info boxes overlap code block text on Get Started page

1 participant