Skip to content

Commit 548ae5f

Browse files
Alexandre Stanislawskivvo
Alexandre Stanislawski
authored and
vvo
committed
fix(live-doc): move scrollbars, removes useless ones
1 parent d1efa66 commit 548ae5f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/css/_documentation.sass

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// Navigation
44
55
.widget-nav
6+
padding: 0
7+
padding-left: 15px
8+
font-weight: lighter
69
background-color: $gray-light
710

811
.documentation-menu
@@ -36,6 +39,10 @@
3639

3740
// Main Content
3841
42+
// Left panel
43+
.widget-description
44+
padding-right: 0
45+
3946
.main-documentation
4047
height: 100%
4148
padding-top: 52px
@@ -72,8 +79,6 @@
7279
.documentation-content
7380
position: absolute
7481
top: 0
75-
left: 15px
76-
right: 15px
7782
bottom: 0
7883
padding: 30px
7984
overflow-y: scroll

0 commit comments

Comments
 (0)