-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: allows NavTabs to overflow #1632
chore: allows NavTabs to overflow #1632
Conversation
Allows NavTabs to overflow using a scroll container. Prevents NavTabs items from wrapping. Signed-off-by: Philipp Rudloff <[email protected]>
✅ Deploy Preview for kuma-gui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Where's the best place in the App to see this working? I'm trying to find a place where the tabs would scroll so I can see it working. |
This coming into effect is currently not possible because of a small layout bug that I’m addressing in 38f5723. This fix addresses how the main content area overflows: it currently triggers a horizontal scroll bar on the entire content area which is problematic. With both this PR and that change, you can see this easily on any view that shows the meshes tabs while the viewport is small enough. |
Should we move that commit over here? Feels like it belongs in this PR? Rather than the summary view one. |
Allows .app-content-container items to shrink in smaller viewports. Signed-off-by: Philipp Rudloff <[email protected]>
I did so now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 nice!
LGTM!
Allows NavTabs to overflow using a scroll container.
Prevents NavTabs items from wrapping.
Signed-off-by: Philipp Rudloff [email protected]