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 overflows without wrapping in "table-responsive", but always shows an overflow-x scrollbar if you wrap in "table-responsive" #8

Open
Everest84 opened this issue Dec 6, 2018 · 1 comment

Comments

@Everest84
Copy link

Everest84 commented Dec 6, 2018

When going into touch or below responsiveness, the pagination goes outside of the box that the table is wrapped in.

Then, I tried wrapping the table in table-responsive, but now the table always has a scroll-x bar no matter what width the window is.

@Everest84
Copy link
Author

Everest84 commented Dec 6, 2018

You can hack-fix this by the following CSS:

@media screen and (max-width: 1023px) {
    .card-content {
        padding-bottom: 60px !important;
    }
}

Where the element in question is whatever you have your table inside of.

Also, do not use table-responsive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant