Skip to content

Sidebar Display Fix#8753

Closed
rohIta-k wants to merge 6 commits intoopen-telemetry:mainfrom
rohIta-k:sidebar-fix
Closed

Sidebar Display Fix#8753
rohIta-k wants to merge 6 commits intoopen-telemetry:mainfrom
rohIta-k:sidebar-fix

Conversation

@rohIta-k
Copy link
Copy Markdown
Contributor

@rohIta-k rohIta-k commented Jan 7, 2026

I have made the sidebar fully visible by recalculating the height of the class td-sidebar__inner to the assets/scss/_styles_project.scss

Original(By docsy):-

.td-sidebar__inner {
height: calc(100vh - 5rem);
}
Changed:-

.td-sidebar__inner {
height: calc(100vh - 3.5rem);
}

Closes #8741

Copy link
Copy Markdown
Contributor

@chalin chalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I'll take a closer look as soon as I have the time. We've had to adjust this in the past. I want to ensure we're not just flip-flopping solutions.

@chalin chalin self-assigned this Jan 7, 2026
@vitorvasc vitorvasc added CI/infra Repo CI & infrastructure blocked labels Jan 8, 2026
Copy link
Copy Markdown
Contributor

@chalin chalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, but a proper fix is coming from Docsy, as I explained in #8741 (comment).

@chalin
Copy link
Copy Markdown
Contributor

chalin commented Jan 17, 2026

Closing in favor of:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked CI/infra Repo CI & infrastructure

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Docs]: Partial display of sidebar

3 participants