Skip to content

Commit

Permalink
🐛 FIX: Small fix in overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
warengonzaga committed Dec 31, 2020
1 parent 09d0fdb commit b8c5ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-corner",
"version": "1.0.0",
"version": "1.0.1",
"description": "A modern and global open source fork corner label for your project's landing page.",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/_base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html, body {
overflow: hidden;
overflow-x: hidden;
touch-action: pan-y;
position: relative;
}
Expand Down

0 comments on commit b8c5ad1

Please sign in to comment.