react bootstrap carousel caption placement top

Solutions on MaxInterview for react bootstrap carousel caption placement top by the best coders in the world

showing results for - "react bootstrap carousel caption placement top"
Mattia
23 Jan 2017
1.carousel-caption {
2    top: 0;
3    bottom: auto;
4}