Skip to content

Commit 80af578

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partials/blog-view.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<button onclick="javascript:smallScreenPageChange(1)" class="btn">< Back</button>
66
</div>
77
</header>
8-
<article class="blog-view-container scroll {{post_class}}">
8+
<article class="blog-view-container {{post_class}}">
99
<header>
1010
<div class="blog-view-title">
1111
{{title}}
@@ -20,4 +20,4 @@
2020
</div>
2121
</article>
2222
</div>
23-
{{/post}}
23+
{{/post}}

0 commit comments

Comments
 (0)