Skip to content

Commit

Permalink
fix(live-doc): move scrollbars, removes useless ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski authored and vvo committed Nov 3, 2015
1 parent d1efa66 commit 548ae5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/css/_documentation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Navigation
.widget-nav
padding: 0
padding-left: 15px
font-weight: lighter
background-color: $gray-light

.documentation-menu
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 548ae5f

Please sign in to comment.