Skip to content
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 top padding - max-width #374

Closed
tidybag opened this issue Apr 4, 2012 · 1 comment
Closed

Fix top padding - max-width #374

tidybag opened this issue Apr 4, 2012 · 1 comment

Comments

@tidybag
Copy link

tidybag commented Apr 4, 2012

In app.css, the max-width for 'Fix top padding when using the responsive grid with the fixed topbar' should be 979px rather than 980px. Otherwise the fixed topbar overlaps the content if the browser is at that exact width.

/* =============================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body {
    padding-top: 0;
  }
}
@retlehs
Copy link
Sponsor Member

retlehs commented Apr 11, 2012

fixed, thx for the issue & for the info on how to fix it

oxyc pushed a commit to generoi/sage that referenced this issue May 10, 2019
oxyc pushed a commit to generoi/sage that referenced this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants