Skip to content

Commit

Permalink
fix: change to visibility hidden instead of position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Aug 11, 2020
1 parent bfcf40c commit ffd9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Radio/Radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class Radio extends Component {
<style jsx>{`
label {
display: flex;
position: relative;
flex-direction: row;
align-items: center;
justify-content: flex-start;
Expand All @@ -134,6 +133,7 @@ class Radio extends Component {
input {
opacity: 0;
visibility: hidden;
pointer-events: none;
position: absolute;
}
Expand Down

0 comments on commit ffd9cb6

Please sign in to comment.