-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Table sticky header does not match table style and has alignment issues #4853
Comments
Hey @malle-pietje thanks for the report! 🙏 I didn't notice that detail before, the headers shift a little bit when the sticky header kicks in. We need to probably apply the same fix we did for the shifted table headers to the sticky header. I will investigate and deploy the fix. Once again, thanks for the report, wish you the best 🎅 |
Excellent. Also, the up/down arrow images change which is probably unrelated to the other recent fix. |
@pxpm also happy 🎅 to you! |
Bug report
What I did
Used list view for a Crud with more rows that fit in the viewport.
What I expected to happen
That the header width and styling remained the same when scrolling vertically.
What happened
Using thus URL with "entries per page" set to 25:
https://demo.backpackforlaravel.com/admin/monster
This is what the table header looks like when we are at the top of the table:
![image](https://user-images.githubusercontent.com/12016131/208448260-51af1557-4412-4d7a-94ca-2130ee52d5b2.png)
And this when we scroll downwards:
![image](https://user-images.githubusercontent.com/12016131/208448437-7a3cda2a-caa3-4c43-b664-d6a45f79a58b.png)
You see the up/down arrows are different as well as the horizontal spacing..
What I've already tried to fix it
Nothing. This is from the Backpack demo site.
Is it a bug in the latest version of Backpack?
n.a.
Backpack, Laravel, PHP, DB version
n.a.
The text was updated successfully, but these errors were encountered: