Created
February 5, 2014 18:43
-
-
Save naganowl/8830345 to your computer and use it in GitHub Desktop.
Quick and dirty way to make 'Jump To' menu scrollable for projects with many files. (See https://github.com/jashkenas/docco/blob/master/resources/parallel/docco.css)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#jump_page { | |
height: 100%; | |
overflow: scroll; | |
} | |
#jump_wrapper { | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following are some attempts to solve this issue