-
Notifications
You must be signed in to change notification settings - Fork 87
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: ensure admin builder page has overflow auto style for proper drawer scroll, update form view layout #4451
Conversation
something is injecting overflow='initial' into the component's styling, preventing the overflow state from being set...
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.
reverting the change, will fix in future PR |
pearly caught a regression,.. the padding change had to go out after all hehehe |
Some styling regressions, will draft while i fix them |
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.
👍
Problem
Something (something... i really can't find it in code) is injecting overflow='initial' into the component's styling, preventing the overflow state from being set...
This causes the 100% height drawer to be offset and thus will not be able to be scrolled to the bottom (since the real bottom is below the visible bottom)
This PR fixes that, and the drawer can be correctly scrolled now.
Closes #4305
Solution
Breaking Changes
Bug Fixes: