cfpb / design-manual

⚠️ THIS REPO IS DEPRECATED ⚠️ A set of design principles and standards for the Consumer Financial Protection Bureau.
https://cfpb.github.io/design-manual/
Creative Commons Zero v1.0 Universal
98 stars 71 forks source link

Remove overflow rules from .content #531

Closed Scotchester closed 7 years ago

Scotchester commented 7 years ago

They were cutting off focus outlines on the form fields page.

They seem to serve no purpose anymore, anyway. Comments on the rules suggest that they were needed for the sticky footer, but removing them shows no ill effects on said sticky footer.

Fixes #529

Removals

Testing

  1. Pull branch
  2. npm start
  3. Verify that the fields identified in #529 aren't having their focus outline cut off
  4. Verify that the footer is still sticky on a short page, e.g., "Brand guidelines".

Preview this PR without the whitespace changes

Checklist