You'd need to override the CSS for CBs pagination to force it to always display all pages. Large pagination won't look very good or be very usable on mobile though. The below CSS should work.
Code:
.cbPagination .cbPaginationLinks > .cbPageNav.d-none {
display: block !important;
}
You can apply it to CB using CSS overrides feature shown below.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy