Skip to content

Commit

Permalink
fix(doc): only show a scrollbar when needed
Browse files Browse the repository at this point in the history
Only OSX hides the scrollbar when not needed. Other browsers will
display a "disabled" scrollbar.
  • Loading branch information
vvo committed Nov 3, 2015
1 parent 548ae5f commit f2d955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css/_documentation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.documentation-menu
height: 100%
overflow-y: scroll
overflow-y: auto
padding: 0
font-size: 1.3em
> ul
Expand Down

0 comments on commit f2d955b

Please sign in to comment.