rcaferati / react-awesome-slider

React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
https://fullpage.caferati.me
MIT License
2.94k stars 296 forks source link

Position bullets in slider #151

Closed BoKKeR closed 4 years ago

BoKKeR commented 4 years ago

I couldnt really see any way from the examples to position the bullets in the slider, seems like a common use case for these sliders. How to do?

BoKKeR commented 4 years ago

I have solved this by overriding this style

.awssld__bullets {
    bottom: 60px;
    z-index: 120;
}