Skip to content

Commit aaa3ce1

Browse files
committed
extend sidebar scroll area to left wall
1 parent 73948be commit aaa3ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vue/source/css/_sidebar.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
position absolute
55
z-index 10
66
top $header-height
7-
left 60px
7+
left 0
88
bottom 0
9-
padding $content-padding-top + 10px 0
9+
padding $content-padding-top + 10px 0 $content-padding-top 60px
1010
width 260px
1111
margin-right 20px
1212
overflow-x hidden

0 commit comments

Comments
 (0)