Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIf I set useCssRight to true,I get wrong top value #14
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<Align target={this.getTarget} align={{points: points, offset: offset, useCssRight: true}} onAlign={this.onAlign.bind(this)} >I met some strange problem,If I dont use 'useCssRight',the position defaults to using left and top in poistion absolute,If I use that, it became use right,but get wrong top value