-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(layout): grid triage and regression #1440
Conversation
keep me posted. I can help with merging and testing out. Just migrated to 4.4.0 on another site. |
Most reported issues have been fixed. I hope to finalize my fixes for #1437 tomorrow. |
I believe all current issues have been addressed. I'm waiting for the fixes for #1437 to be verified, but otherwise ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny
@aarnphm I encountered another issue related to the interaction between js and css when toggling explorer/table of contents. Last commit fixed the issue. Should be all done now. |
* fix(table of contents): multiple scrollbars (jackyzha0#1388) * fix(center): Main content mininum width (jackyzha0#1439) * fix(code block): Horizontal overflow fix (jackyzha0#1438, jackyzha0#1353) * WIP fix for ul/ol .overflow * Fix: restore former scrollbar behavior for overflow lists (jackyzha0#1437) * Fix: code block overflow-x * fix: Table of Content overflow (jackyzha0#1437) * Address feedback * Move max-height toggle from js to css
* fix(table of contents): multiple scrollbars (jackyzha0#1388) * fix(center): Main content mininum width (jackyzha0#1439) * fix(code block): Horizontal overflow fix (jackyzha0#1438, jackyzha0#1353) * WIP fix for ul/ol .overflow * Fix: restore former scrollbar behavior for overflow lists (jackyzha0#1437) * Fix: code block overflow-x * fix: Table of Content overflow (jackyzha0#1437) * Address feedback * Move max-height toggle from js to css
* fix(table of contents): multiple scrollbars (jackyzha0#1388) * fix(center): Main content mininum width (jackyzha0#1439) * fix(code block): Horizontal overflow fix (jackyzha0#1438, jackyzha0#1353) * WIP fix for ul/ol .overflow * Fix: restore former scrollbar behavior for overflow lists (jackyzha0#1437) * Fix: code block overflow-x * fix: Table of Content overflow (jackyzha0#1437) * Address feedback * Move max-height toggle from js to css
* fix(table of contents): multiple scrollbars (jackyzha0#1388) * fix(center): Main content mininum width (jackyzha0#1439) * fix(code block): Horizontal overflow fix (jackyzha0#1438, jackyzha0#1353) * WIP fix for ul/ol .overflow * Fix: restore former scrollbar behavior for overflow lists (jackyzha0#1437) * Fix: code block overflow-x * fix: Table of Content overflow (jackyzha0#1437) * Address feedback * Move max-height toggle from js to css
Fixes for problems that arise the coming days after the v4.4.0 grid layout rework.
I'll keep adding to this PR as new problems arise in the coming days.