feat: Display scrollbars while pointer moves or user scrolls#36623
Merged
Conversation
Contributor
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: bcc264f The changes in this PR will be included in the next version bump. This PR includes changesets to release 39 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #36623 +/- ##
===========================================
- Coverage 65.68% 65.66% -0.02%
===========================================
Files 3197 3197
Lines 106812 106799 -13
Branches 20337 20328 -9
===========================================
- Hits 70155 70127 -28
- Misses 34014 34027 +13
- Partials 2643 2645 +2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
MartinSchoeler
approved these changes
Aug 5, 2025
Merged
nmagedman
added a commit
to seekingalpha/Rocket.Chat
that referenced
this pull request
Sep 4, 2025
https://github.com/RocketChat/Rocket.Chat/pull/36623/files In 7.5.0, they re-implemented how they manage scrollbars. A negative side-effect was that scrollbars auto-hide even on platforms that have no elevator-less scrolling ability. This PR causes the scrollbar to reappear on any mouse movement. Issue-Url: https://seekingalpha.atlassian.net/browse/AR-3667
nmagedman
added a commit
to seekingalpha/Rocket.Chat
that referenced
this pull request
Nov 18, 2025
https://github.com/RocketChat/Rocket.Chat/pull/36623/files In 7.5.0, they re-implemented how they manage scrollbars. A negative side-effect was that scrollbars auto-hide even on platforms that have no elevator-less scrolling ability. This PR causes the scrollbar to reappear on any mouse movement. Issue-Url: https://seekingalpha.atlassian.net/browse/AR-3667
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Our current "on scroll" only auto hide strategy for scrollbars, have been tricky for users, specially for those without touchpads or those that rely on mouse. After a discussion with the design team, we decided to change the approach to make the scroll's affordance more visible when moving the pointer in a scrollable area.
So, this PR aims to adopt the approach of hide scrollbars unless the pointer moves in the element or the user scrolls.
Issue(s)
Closes #31717
Closes #22331
Steps to test or reproduce
Further comments
CORE-1151