Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 14, 2015 16:53
Show Gist options
  • Select an option

  • Save lozandier/5828a0bf4b7335ecfa43 to your computer and use it in GitHub Desktop.

Select an option

Save lozandier/5828a0bf4b7335ecfa43 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
html,
body {
margin: 0;
padding: 0;
}
header {
width: 100%;
height: 50px;
background: blue;
$h: &;
@at-root {
body.has-scrolled {
padding-top: 50px;
#{$h} {
position: fixed;
}
}
}
}
html,
body {
margin: 0;
padding: 0;
}
header {
width: 100%;
height: 50px;
background: blue;
}
body.has-scrolled {
padding-top: 50px;
}
body.has-scrolled header {
position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment