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(onboarding): remove fancy scrollbar that hides content #14931

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

goller
Copy link
Contributor

@goller goller commented Sep 4, 2019

e2e tests are failing because the fancyscroll bar component hides
the admin step during certain points in onboarding.

We were able to reproduce when the form in the admin step had been
marked as valid.

The use of the scrollbar in the setting seemed unneeded as it could
be rendered in a quite small window.

Therefore, we removed the scrollbar altogether for now.

Co-authored-by: Christopher Henn [email protected]

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Well-formatted commit messages
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

@goller goller force-pushed the fix/onboarding-scrollbar-removal branch from f1d5c2a to b5ca306 Compare September 4, 2019 19:16
@alexpaxton
Copy link
Contributor

Can I see a screenshot of how this looks?

e2e tests are failing because the fancyscroll bar component hides
the admin step during certain points in onboarding.

We were able to reproduce when the form in the admin step had been
marked as valid.

The use of the scrollbar in the setting seemed unneeded as it could
be rendered in a quite small window.

Therefore, we removed the scrollbar altogether for now.

Co-authored-by: Christopher Henn <[email protected]>
@goller goller force-pushed the fix/onboarding-scrollbar-removal branch from b5ca306 to ed3ec33 Compare September 4, 2019 19:28
@chnn
Copy link
Contributor

chnn commented Sep 4, 2019

@alexpaxton There were no visual changes, since the onboarding step was wrapped in a FancyScrollbar before but never got small enough for the scrollbar to display.

@goller
Copy link
Contributor Author

goller commented Sep 4, 2019

image

Copy link
Contributor

@alexpaxton alexpaxton left a comment

Choose a reason for hiding this comment

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

Seems alright for now!

@goller goller merged commit d47afac into master Sep 4, 2019
@goller goller deleted the fix/onboarding-scrollbar-removal branch September 4, 2019 19:42
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