#113183
Duong Quyet
Participant

Hi Markov,

I’ve found the cause of the issue. It happens when I add the following line to the <head> section of my _Host.cshtml file:

<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" crossorigin="anonymous"></script>

After including this Font Awesome script, the horizontal scrollbar of the Smart.Blazor Grid stops too early and the last column becomes partially hidden. When I remove this script, the Grid scrolls correctly.

I’m not sure why this script interferes with the Grid’s layout, but that’s what triggers the issue.