mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
<!--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!