We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7079691 commit 896b36cCopy full SHA for 896b36c
frontend/src/styles/globals.css
@@ -83,4 +83,8 @@ body {
83
.dropdown-item:nth-child(3) { animation-delay: 0.3s; }
84
.dropdown-item:nth-child(4) { animation-delay: 0.4s; }
85
.dropdown-item:nth-child(5) { animation-delay: 0.5s; }
86
-.dropdown-item:nth-child(6) { animation-delay: 0.6s; }
+.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