-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right & Left Arrow disappear #67
Comments
+1 |
@martellapetesso, thanks for bringing this to my attention. I'll try and get a PR up ASAP to fix this. |
Same here :( |
Had the same issue, and I managed to change their placement with some CSS fuzzy matching: div[class*="coverflow__left__"]{
left:calc(50% - 300px) !important;
}
div[class*="coverflow__right__"]{
right:calc(50% - 300px) !important;
} Be aware that you might need to play with these values to suit your needs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everybody, i have an issue with the left and right arrows. With three images, I have the arrows in the centered image. With four images, it works perfect and with more than four images, the arrows are disappeared.
Code:
*.jsx
*.scss
4 Images:
5 Images:
The text was updated successfully, but these errors were encountered: