• Martijn Cuppens's avatar
    Update z-indices (#29292) · 2ad135eb
    Martijn Cuppens authored
    - `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`)
    - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer.
    2ad135eb
CONTRIBUTING.md 13.12 KiB