This reverts commit 5eb4bc6ca960aa0eafaa25591baea102ff4e034b.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T11718: 2 scroll bars appear on all pages
- Commits
- rP87ebb80059f0: Revert "Clean up more Quicksand"
Reload homepage, no scrollbars
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
which approach? reverting and going with body classes or faking a background on all pages?
Comment Actions
Yes, I think.
- Have buildQuicksandConfig() in PhabricatorStandardPageView include a key like bodyClasses.
- In behavior-durable-column in the existing quicksand-redraw listener, do document.body.className = new_data.bodyClasses or similar.