Skip to content

Commit 4afaaee

Browse files
authored
add browser default scroll bar
1 parent 80af578 commit 4afaaee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/default.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ code {
214214
max-width: 1280px;
215215
min-width: 240px;
216216
padding: 0 1rem;
217+
overflow-x: hidden;
218+
overflow-y: auto;
217219
}
218220

219221
.blog-view-container header {
@@ -240,4 +242,4 @@ code {
240242
font-weight: 300;
241243
line-height: 1.3rem;
242244
margin-bottom: 3rem;
243-
}
245+
}

0 commit comments

Comments
 (0)