Skip to content

Conversation

@aditya-cherukuru
Copy link

Related Tickets & Documents

Fixes: #3434

Description

When scrolling to the bottom of blog reading pages (/blog/technology/[slug] or /blog/community/[slug]), the Table of Contents (TOC) and Ad Banner were overlapping the navbar due to missing z-index constraints on sticky/positioned elements.

  • Added proper z-index hierarchy to ensure TOC and Ad Banner stay behind the navbar
  • Added max-height and overflow handling to prevent TOC from extending beyond viewport

Changes

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • UI improvement (visual or design changes)

Testing

Demo

Before: TOC and Ad Banner overlap the navbar when scrolling to the bottom of blog posts

After: TOC and Ad Banner stay behind the navbar, respecting the z-index hierarchy

Environment and Dependencies

  • New Dependencies: None
  • Configuration Changes: None

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been tested across relevant browsers/devices
  • For UI changes, I've included visual evidence of my changes

Signed-off-by: aditya-cherukuru <cherukuru.aditya01@gmail.com>
@aditya-cherukuru aditya-cherukuru force-pushed the fix/toc-adbanner-zindex-overlap branch from 4a8e1c0 to 455e504 Compare December 31, 2025 12:57
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.

[blog-website]: fix table of content, ad banner and the navbar on blog reading pages

1 participant