Can I pin Scroolbar to the bottom of the page?

I want to pin the scroolbar at the bottom of the page. When I scroll up the page, the scroolbar is not visible, so I have to scroll down to move it left and right, which is tiring.
No description
No description
2 Replies
toeknee
toeknee3w ago
You can't really, just reduce the number of items tot show the scroll bar or get a mouse that supports L/R scrolling
Mohamed Ayaou
Mohamed Ayaou2w ago
You might just adjust the table max-height using custom CSS e.g in your custom theme.css file add this to male the max height only 80% of the screen hieght:
div.fi-ta-content {
@apply h-[80vh];
}
div.fi-ta-content {
@apply h-[80vh];
}
Use dev tools to inspect the table classes for more filament classes to target if you want

Did you find this page helpful?