Skip to content

Commit abf2ada

Browse files
authored
Update .content-container (#396)
Replace overflow: auto; with overflow: hidden. This is for content pages, as a horizontal scroll was appearing at the bottom of the page.
1 parent cc96d41 commit abf2ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.content-container {
1414
max-width: 850px;
1515
margin: 0 30px;
16-
overflow: auto;
16+
overflow: hidden;
1717
}
1818

1919
.content-container ul {

0 commit comments

Comments
 (0)