Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(demo): Remove max height of demo config tabs (#6324)
Each tab in the demo config had a max height of 1000px. That was not a problem previously, but the "streaming" config now has so many config values that it no longer fits into that limit. This PR removes that limit, by instead setting a max-height value of "fit-content". Unfortunately, doing that seems to break the open/close animation of the tabs, and makes it look kind of bad, so this also removes the animation entirely; it's better to have no animation than an ugly one.
- Loading branch information