Hide arrows if items count is less than [perPage] number #1223
mostafa-norouzi
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
You can hide them with CSS. .splide__arrow[disabled] {
display: none;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Is it possible that Splide doesn't show Arrow Keys (right-left) when total number of items in the scroll bar is less than [perPage] variable?
Currently it shows disabled arrows.
Beta Was this translation helpful? Give feedback.
All reactions