Skip to content
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

Pagination jumps down and up after clicking a page element within pagination #84

Open
2 tasks done
supa-freak opened this issue Feb 25, 2023 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@supa-freak
Copy link

Checks

Version

0.6.12

Description

The whole pagination bar jumps down and up quickly after clicking a page element.
This does not happen with the same code in v3, so we had to downgrade to ^0.5.15

Reproduction Link

No response

Steps to Reproduce

  1. Activate Pagination (options)
  2. Create a carousel that leads to a more than one page (so there are active and non-active pagination buttons in the pagination)
  3. Click an inactive button

Expected Behaviour

The whole pagination bar should stay in the same position

@supa-freak supa-freak added the bug Something isn't working label Feb 25, 2023
@Ahmed-seyam
Copy link

add this to fix pagination jumping up and down

.splide__sr {
display: none !important;
height: 0 !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants