Created by: MartijnCuppens
-
.carousel-captiondoesn't need a z-index. There are no non-static element in its containing block (.carousel-item) - The
z-indexof.carousel-indicatorsis way higher than it needs to be (15), the highest siblingz-indexis1, so it can be set to2to be the top layer.