How to make horizontal scrollbar always appear on Flask-Admin dashboard regardless of content size?

48 Views Asked by At

When there are too many fields, a horizontal scrollbar is needed for scrolling. (https://i.stack.imgur.com/CmBcx.png) But now I'm facing an issue where, when there is too much data, I need to scroll to the bottom for the scrollbar to appear. How can I make the horizontal scrollbar always visible on the webpage? (https://i.stack.imgur.com/gir0y.png)

I tried to modify the Flask-Admin documentation, but it doesn't seem to have any effect.

0

There are 0 best solutions below