Skip to content

Implementing Slickgrid in React. Pagination displays dots over button. #486

Closed Answered by ghiscoding
jsoques asked this question in Q&A
Discussion options

You must be logged in to vote

These DOM elements are

  • so it's probably showing li bullets, you can maybe try this Stack Overflow answer with list-style-type: none;, maybe something like

    .slick-pagination {
      list-style-type: none;
    }

    I don't have that problem and since you can't provide a way to replicate, so it's a bit hard for me to fix something that I can't replicate, you'll have to try a few things and see what works then possibly make a contribution.

  • Replies: 3 comments 8 replies

    Comment options

    You must be logged in to vote
    5 replies
    @jsoques
    Comment options

    @ghiscoding
    Comment options

    @jsoques
    Comment options

    @ghiscoding
    Comment options

    @jsoques
    Comment options

    Answer selected by ghiscoding
    Comment options

    You must be logged in to vote
    2 replies
    @jsoques
    Comment options

    @jsoques
    Comment options

    Comment options

    You must be logged in to vote
    1 reply
    @jsoques
    Comment options

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Category
    Q&A
    Labels
    2 participants