We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Updating CSS with scroll: overflow helps but the aesthetics needs work.
scroll: overflow
Sorry, something went wrong.
To consider:
Using overflow-x: scroll and adding row-gap: 2em on the parent element with class filter_manager_content)
overflow-x: scroll
row-gap: 2em
filter_manager_content
The row-gap only appears if flex overflows to 2 rows (so there's no additional padding in most scenarios)
row-gap
There's an edge case when:
To avoid that we may hide filters when they are more than X (X = 5 in the mock below, but should be more)
X = 5
The caveat is that this only makes sense in single "column mode", as in most dashboards both columns are visible.
No branches or pull requests
The text was updated successfully, but these errors were encountered: