Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ivirshup
Created April 6, 2016 16:08
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 ivirshup/8cce6f2c49ea6012a5ab902d1ae2068c to your computer and use it in GitHub Desktop.
Save ivirshup/8cce6f2c49ea6012a5ab902d1ae2068c to your computer and use it in GitHub Desktop.
Lets the sidebar scroll separately from the content. Pretty useful for docs.julialang.org
.wy-nav-side {
float: left;
overflow: scroll;
max-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment