Skip to content

Commit

Permalink
fix(radio): visibility hidden to fix modal jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Aug 11, 2020
1 parent 6d83fd7 commit 9d3fc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Radio/Radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class Radio extends Component {
input {
opacity: 0;
visibility: hidden; // prevents modal from jumping when clicked. https://github.com/dhis2/ui/pull/231
pointer-events: none;
position: absolute;
}
Expand Down

0 comments on commit 9d3fc96

Please sign in to comment.