baoagency / polaris_view_components

ViewComponents for Polaris Design System
https://polarisviewcomponents.org
MIT License
380 stars 53 forks source link

Page Pagination on mobile device not visible #441

Closed Kurbm closed 1 month ago

Kurbm commented 2 months ago

Hey,

Just seen, that the Page pagination arrows / buttons are not visible on mobile devices.

Is this on purpose or a workaround available?

Best, Kurbm

kirillplatonov commented 1 month ago

This seems to be an intentional design decision by Polaris. You can override it with custom CSS:

.Polaris-Page-Header__PaginationWrapper {
  display: block !important;
}