Skip to content

Commit

Permalink
feat(choice): Add top and left attributes to hiddenInput
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Dec 12, 2017
1 parent 59e06ba commit e6baeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Choice/Choice.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@

// to make sure the selected state (green circle) is properly aligned on mobile devices
position: absolute;
left: -10000px;
top: auto;
}

0 comments on commit e6baeea

Please sign in to comment.