Skip to content

Instantly share code, notes, and snippets.

@jnape
Created August 24, 2013 19:27
Show Gist options
  • Select an option

  • Save jnape/6329963 to your computer and use it in GitHub Desktop.

Select an option

Save jnape/6329963 to your computer and use it in GitHub Desktop.
Suggested TravisCI CSS changes for better scrolling experience
#top:
Change: position: absolute; to position: fixed;
Change: top: -40px; to top: 0;
#left, #right:
Change: position: relative; to position: fixed;
#main:
Remove: position: relative;
Add: margin-left: 381px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment