Skip to content

Commit

Permalink
Merge pull request #236 from CityOfDetroit/issue.235
Browse files Browse the repository at this point in the history
Fix carousel transition animations on 'next
  • Loading branch information
maxatdetroit authored Jun 28, 2024
2 parents 44d05f2 + e4f6dcc commit bb19656
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/organisms/Carousel/Carousel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.carousel-item {
z-index: 1;
}

.carousel-item.active {
z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
z-index: 3;
}

0 comments on commit bb19656

Please sign in to comment.