Skip to content

Commit

Permalink
Fix flashing/scrolling issue when Copying in iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Rodriguez committed Jan 8, 2019
1 parent 2068ef1 commit 972f7fd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 458 deletions.
4 changes: 2 additions & 2 deletions dist/mailtoui-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/mailtoui-docs-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mailtoui",
"description": "A convenient drop-in user interface for mailto links.",
"version": "0.1.11",
"version": "0.1.12",
"homepage": "https://mailtoui.com",
"author": {
"name": "Mario Rodriguez",
Expand Down
1 change: 1 addition & 0 deletions src/css/mailtoui-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

198 changes: 0 additions & 198 deletions src/css/mailtoui-prefixed.css

This file was deleted.

3 changes: 2 additions & 1 deletion src/css/mailtoui.css
Expand Up @@ -162,7 +162,8 @@
font-size: 100%;
height: 100%;
outline: none;
padding: 20px 120px 20px 30px;
overflow: hidden;
padding: 20px 120px 20px 20px;
width: 100%;
}

Expand Down

0 comments on commit 972f7fd

Please sign in to comment.