-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: Tab Panels contents should take up the full height #340
Conversation
mofojed
commented
Mar 4, 2024
- Fixes View in ui.tab_panels do not grow to fill content automatically #175
- Tested using the snippet from within the ticket, as well as some other examples with tab_panels in vertical orientation
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.
Left a suggestion for using display:flex
instead of 100% height
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.
I think this needs to be rebased to work. The Item
mapping that I added in my PR doesn't seem to be present which is throwing errors.
- Fixes deephaven#175 - Tested using the snippet from within the ticket, as well as some other examples with tab_panels in vertical orientation
- Just change the style to `display: flex`. Much cleaner.
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.
Tested locally and height fills the container now.