Skip to content

Commit

Permalink
add browser default scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lialun authored Nov 17, 2016
1 parent 80af578 commit 4afaaee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ code {
max-width: 1280px;
min-width: 240px;
padding: 0 1rem;
overflow-x: hidden;
overflow-y: auto;
}

.blog-view-container header {
Expand All @@ -240,4 +242,4 @@ code {
font-weight: 300;
line-height: 1.3rem;
margin-bottom: 3rem;
}
}

0 comments on commit 4afaaee

Please sign in to comment.