Skip to content

Commit

Permalink
πŸ› Fix step positioning for viewport (#797)
Browse files Browse the repository at this point in the history
* πŸ› Fix step positioning for viewport

* πŸ› Add back CSS from master
  • Loading branch information
chuckcarpenter authored Feb 14, 2020
1 parent 53925de commit a96206e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/utils/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ export function getPopperOptions(attachToOptions, step) {
{
name: 'preventOverflow',
options: {
altAxis: true,
rootBoundary: 'document'
altAxis: true
}
}
]
Expand Down

0 comments on commit a96206e

Please sign in to comment.