yunzhi
yunzhi

Reputation: 11

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

When there are too many fields, a horizontal scrollbar is needed for scrolling. (https://i.sstatic.net/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.sstatic.net/gir0y.png)

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

Upvotes: 0

Views: 87

Answers (0)

Related Questions