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 suggested actions scroll bar in Firefox and removes gaps #1953

Merged
merged 8 commits into from
May 2, 2019

Conversation

compulim
Copy link
Contributor

@compulim compulim commented May 2, 2019

Fix #1947 and #1952.

Few things changed:

  • Adds scrollbar-width: none to suggested actions carousel
    • Firefox did not support customizing scrollbar width until 64. Current version is 66. So it meet our "minus 2 versions" bar just recently
  • Moves from CSS selector to style set while we are using react-film
  • Removes gaps around suggested actions

Changelog

Fixed

  • Fix #1947. Fix scrollbar in suggested action should be hidden in Firefox, remove gaps, and use style set for customizing react-film, by @compulim in PR #1953

@compulim compulim force-pushed the fix-firefox-suggested-actions branch from 40efb16 to 20726d8 Compare May 2, 2019 02:18
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 57.791% when pulling 20726d8 on compulim:fix-firefox-suggested-actions into 98c662f on Microsoft:master.

@compulim compulim added the 4.4 label May 2, 2019
@corinagum corinagum merged commit 6f67e58 into microsoft:master May 2, 2019
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.

Suggested actions produce unnecessary horizontal scroll bar in Firefox
3 participants