Grid.Blazor icon indicating copy to clipboard operation
Grid.Blazor copied to clipboard

IPhone/IPad rendering issue on paging

Open cluber22 opened this issue 3 years ago • 0 comments

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. Screenshot 2021-06-30 201344

cluber22 avatar Jun 30 '21 19:06 cluber22