Skip to content

Instantly share code, notes, and snippets.

@iquiw
Created October 1, 2017 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iquiw/522cd1903048d913c044b49efa726f83 to your computer and use it in GitHub Desktop.
Save iquiw/522cd1903048d913c044b49efa726f83 to your computer and use it in GitHub Desktop.
Fixed header for Redmine minimalflat2 theme
@media screen and (min-width: 900px) {
#top-menu, #header {
position: fixed;
width: 100%;
z-index: 9999;
}
#header {
top: 22px;
}
#main {
padding-top: 120px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment