Files
docker-docs/layouts
Mohit5Upadhyay 650936a46a fix(toc): remove horizontal overflow due Table of Contents (#23052) (#23068)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
This PR fixes the horizontal overflow issue in the Docker Docs Website
due to overflow Table of Contents section, as described in
[#23052](https://github.com/docker/docs/issues/23052).

### Changes made:
Updated layout structure and/or styles in:
- layouts/partials/aside.html
- layouts/partials/content-default.html

The fix prevents excessive width in the ToC container, which was
previously causing the entire page to become horizontally scrollable on
certain pages.

## Update:


https://github.com/user-attachments/assets/cdc3898c-ba21-468a-9add-0785abf0e76f


## Related issues or tickets
Closes #23052 

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

### Notes for reviewers:
- Let me know if you’d prefer a purely CSS-based solution, or if
structural changes are acceptable.
- Happy to tweak styles, breakpoints, or layout as needed!
2025-07-23 08:52:16 -04:00
..
2025-07-22 12:29:12 +00:00
2025-05-28 08:37:10 +01:00