Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui] Fix scrolling to very bottom of definition on Ops page (#17322)
## Summary & Motivation At some point I believe changes to the header / wrapper components caused an extra "height: 100%" on the Deployment > Ops tab -- 100% is "too tall" and the bottom of the left and right panels are both off the bottom of the screen, so you can't see the last ~100px Before: <img width="1728" alt="image" src="https://github.com/dagster-io/dagster/assets/1037212/f45b59ea-e51a-4fc2-acb0-6e9be6d7c815"> After: <img width="1728" alt="image" src="https://github.com/dagster-io/dagster/assets/1037212/e608772e-6b04-4eb9-924f-6b5919b58876"> ## How I Tested These Changes Verified that these components are only used for this page and fixed them visually Co-authored-by: bengotow <[email protected]>
- Loading branch information
666c4f8
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.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-38w3f1owf-elementl.vercel.app
Built with commit 666c4f8.
This pull request is being automatically deployed with vercel-action