Page MenuHomePhabricator

Fix scrollbar being cut off at end of gutter
ClosedPublic

Authored by epriestley on Mar 7 2015, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 10, 1:58 AM
Unknown Object (File)
Wed, Sep 4, 4:42 AM
Unknown Object (File)
Mon, Sep 2, 10:40 PM
Unknown Object (File)
Sun, Sep 1, 1:24 PM
Unknown Object (File)
Thu, Aug 29, 10:23 AM
Unknown Object (File)
Mon, Aug 26, 6:22 AM
Unknown Object (File)
Sun, Aug 25, 11:15 PM
Unknown Object (File)
Sun, Aug 25, 7:42 PM
Subscribers

Details

Summary

The "mlb" on the left nav creates a phantom bottom margin which gives the content measurable height but not scrollable height. Replace it with "plb" (padding) instead.

The 2px-spacer calculation was also not quite correct.

Test Plan
  • Viewed pages with navs; padding vs margin didn't seem to make any other differences.
  • Scrollbar now stops in the right place in Safari, Chrome, Firefox.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix scrollbar being cut off at end of gutter.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 7 2015, 5:38 PM
This revision was automatically updated to reflect the committed changes.