diff --git a/Carousel.js b/Carousel.js index d1bca7a..93f9ae6 100644 --- a/Carousel.js +++ b/Carousel.js @@ -68,7 +68,7 @@ var Carousel = React.createClass({ } var indicators = [], - indicatorStyle = this.props.indicatorAtBottom ? { bottom: this.props.indicatorOffset } : { top: this.props.indicatorOffset }, + indicatorStyle = this.props.indicatorAtBottom ? { top: this.props.indicatorOffset } : { bottom: this.props.indicatorOffset }, style, position; position = {