Skip to content

Commit 91559bb

Browse files
Merge pull request #167 from MaddyGuthridge/maddy-fix-mobile-article-view
Revert overflow-x: hidden, as it breaks sticky navbar
2 parents 4eb2344 + e84b8c5 commit 91559bb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minifolio",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"scripts": {

src/app.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
margin: 0;
2020
}
2121
html, body {
22-
overflow-x: hidden;
2322
width: 100%;
2423
}
2524
</style>

0 commit comments

Comments
 (0)