Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Fixed issue with 1frame scrollbar for fixed 100vh body websites
  • Loading branch information
v-trof committed Jul 15, 2017
1 parent bfb99fb commit 836238c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ripple.css

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

2 changes: 1 addition & 1 deletion docs/vendor/ripple.css

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

2 changes: 1 addition & 1 deletion docs/vendor/ripple.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proper-ripple",
"version": "0.4.2",
"version": "0.4.3",
"description": "A material design ripple your designer wouldn't be ashamed of.",
"main": "index.js",
"author": "Vsevolod Trofimov <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/ripple.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.ripple {
position: absolute;
top: 0px; /* so browsers would pre-calculate it off layout*/
box-sizing: border-box;
overflow: hidden;
pointer-events: none;
Expand Down

0 comments on commit 836238c

Please sign in to comment.