Grid.Blazor
Grid.Blazor copied to clipboard
IPhone/IPad rendering issue on paging
There is a strange rendering issue that only happens on IPhone/IPad, I've tried amending the CSS to this:
div.grid-mvc ul.pagination {
-webkit-appearance: none !important;
}
.page-link .grid-page-link {
-webkit-appearance: none !important;
}
However the problem still persists.
See screenshot.