Skip to content

Commit 896b36c

Browse files
committed
fix to z-index of event carousel buttons
1 parent 7079691 commit 896b36c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/styles/globals.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ body {
8383
.dropdown-item:nth-child(3) { animation-delay: 0.3s; }
8484
.dropdown-item:nth-child(4) { animation-delay: 0.4s; }
8585
.dropdown-item:nth-child(5) { animation-delay: 0.5s; }
86-
.dropdown-item:nth-child(6) { animation-delay: 0.6s; }
86+
.dropdown-item:nth-child(6) { animation-delay: 0.6s; }
87+
88+
.carousel-container .react-multiple-carousel__arrow {
89+
z-index: 5;
90+
}

0 commit comments

Comments
 (0)