Skip to content

Commit 16829d3

Browse files
committed
overflow: auto by default
1 parent c651565 commit 16829d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/hugo-apps-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/hugo-apps-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ body {
101101
font-family: 'Rajdhani', cursive;
102102
line-height: 120%;
103103
word-wrap: break-word;
104-
overflow: scroll;
104+
overflow: auto;
105105
text-align: center;
106106
}
107107

0 commit comments

Comments
 (0)