fix scrollable section bug #372#374
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a scrollable section bug (#372) by removing the fixed width constraint on the body element for screens with a minimum width of 1500px, allowing content to use the full available width on standard laptop screens instead of being constrained to a boxed layout.
Key Changes:
- Commented out fixed width constraint (
width: 1500px) and centering (margin: 0 auto) for large screens to enable responsive full-width layout
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2190009 to
412da3c
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fixes
Description
Removed the fixed width constraint on the body element for screens >= 1500px, allowing full-width layout on standard laptop screens instead of the boxed appearance.
Technical details
Commented out
width: 1500pxandmargin: 0 autoin the@media (min-width: 1500px)query in vocabulary.css to enable responsive full-width layout.Tests
Screenshots
Checklist
Update index.md).mainormaster).Developer Certificate of Origin
For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."
Developer Certificate of Origin