You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
.carousel ul {
position: absolute;
top: 0; // or maybe little bit minus is needed
left: 0;
width: 100%;
text-align: center
}
But it would be nice to have dots under the carousel and not top of content in default. I have never understood why people want to put dots over carousel content. margin-top should be zero in default.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just wondering if there is a way to change the location of the dot component to be at the top of the Carousel instead of the bottom of the Carousel?
The text was updated successfully, but these errors were encountered: