Skip to content

Instantly share code, notes, and snippets.

@minrk
Created July 11, 2017 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minrk/20b5c585cfdd58b9502c79c159a98a84 to your computer and use it in GitHub Desktop.
Save minrk/20b5c585cfdd58b9502c79c159a98a84 to your computer and use it in GitHub Desktop.
/*
place this in your ~/.jupyter/custom/custom.css
to move the toolbar to the bottom of the page,
hopefully making it easier to reach for smart boards (@elliewix)
*/
div#maintoolbar {
position: fixed;
bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment