Open Dorus opened 2 years ago
I fixed this locally by adding the following css:
.ngx-datatable.bootstrap .datatable-footer .page-count {
line-height: 40px;
height: 40px;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
margin: 9px 0px;
}
I'm submitting a bug report
Current behavior
See https://swimlane.github.io/ngx-datatable/#bootstrap
There is a vertical scrollbar in the footer on the bootstrap theme.
Expected behavior
No needless scrollbar
Reproduction of the problem
Visit https://swimlane.github.io/ngx-datatable/#bootstrap
What is the motivation / use case for changing the behavior?
Less ugly
Please tell us about your environment:
Latest Chrome. Also reproducible in latest Edge, Firefox. Windows 11.
Table version: 20.0.0
Angular version: 14
Browser: Latest Chrome. Also reproducible in latest Edge, Firefox.
Language: Not relevant