Skip to content

Commit

Permalink
Merge pull request #417 from algolia/fix/doc/menuAndBars
Browse files Browse the repository at this point in the history
fix(live-doc): move scrollbars, removes useless ones #412
  • Loading branch information
redox committed Nov 3, 2015
2 parents d365917 + f2d955b commit cb34048
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/css/_documentation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
// Navigation
.widget-nav
padding: 0
padding-left: 15px
font-weight: lighter
background-color: $gray-light

.documentation-menu
height: 100%
overflow-y: scroll
overflow-y: auto
padding: 0
font-size: 1.3em
> ul
Expand Down Expand Up @@ -36,6 +39,10 @@

// Main Content
// Left panel
.widget-description
padding-right: 0

.main-documentation
height: 100%
padding-top: 52px
Expand Down Expand Up @@ -72,8 +79,6 @@
.documentation-content
position: absolute
top: 0
left: 15px
right: 15px
bottom: 0
padding: 30px
overflow-y: scroll
Expand Down

0 comments on commit cb34048

Please sign in to comment.