Skip to content
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

Merged
merged 7 commits into from
Aug 5, 2022

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Aug 1, 2022

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

  • No - this PR is backwards compatible

Bug Fixes:

  • fix: ensure admin builder drawer has overflow auto style

something is injecting overflow='initial' into the component's styling, preventing the overflow state from being set...
@karrui karrui requested review from justynoh, wanlingt and tshuli August 1, 2022 08:25
Copy link
Contributor

@mantariksh mantariksh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@karrui
Copy link
Contributor Author

karrui commented Aug 1, 2022

reverting the change, will fix in future PR

@karrui karrui changed the title fix: ensure admin builder page has overflow auto style for proper drawer scroll fix: ensure admin builder page has overflow auto style for proper drawer scroll, update form view layout Aug 3, 2022
@karrui
Copy link
Contributor Author

karrui commented Aug 3, 2022

pearly caught a regression,.. the padding change had to go out after all hehehe

@karrui
Copy link
Contributor Author

karrui commented Aug 4, 2022

Some styling regressions, will draft while i fix them

@karrui karrui marked this pull request as draft August 4, 2022 02:56
@karrui karrui marked this pull request as ready for review August 4, 2022 06:33
Copy link
Contributor

@timotheeg timotheeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants