Skip to content

Commit

Permalink
Fix stacking context
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Jun 28, 2024
1 parent 44d05f2 commit dc06321
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/organisms/Carousel/Carousel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.carousel-item {
z-index: 1;
}

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

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

0 comments on commit dc06321

Please sign in to comment.