Skip to content

Commit

Permalink
Merge pull request #81 from patrickkunka/develop
Browse files Browse the repository at this point in the history
fix/firefox-styling
  • Loading branch information
patrickkunka authored Oct 1, 2018
2 parents 30c83dd + eb4e321 commit 731a18c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 4.0.4

- Fixes a styling issue with Firefox which caused the `head` element to jump when focused.
1 change: 1 addition & 0 deletions demos/themes/beanstalk.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
position: absolute;
opacity: 0;
left: -999px;
top: -999px;
}

.edd-root-native .edd-select {
Expand Down
1 change: 1 addition & 0 deletions demos/themes/flax.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
position: absolute;
opacity: 0;
left: -999px;
top: -999px;
}

.edd-root-native .edd-select {
Expand Down
1 change: 1 addition & 0 deletions demos/themes/ivy.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
position: absolute;
opacity: 0;
left: -999px;
top: -999px;
}

.edd-root-native .edd-select {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easydropdown",
"version": "4.0.3",
"version": "4.0.4",
"description": "A lightweight library for building beautiful styleable select elements",
"author": "KunkaLabs Limited",
"private": false,
Expand Down

0 comments on commit 731a18c

Please sign in to comment.