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

Allow scrolling user status sidebar when screen height is too small #345

Merged
merged 1 commit into from
Jul 27, 2015
Merged

Allow scrolling user status sidebar when screen height is too small #345

merged 1 commit into from
Jul 27, 2015

Conversation

captchadex
Copy link
Contributor

Fixing the bug described in #343

@sampaiodiego
Copy link
Member

without stylizing the scrollbar it looks ugly on non-mac systems:

image

and with "overflow: scroll" it is always visible even if not needed:

image

@marceloschmidt marceloschmidt merged commit 564d6fa into RocketChat:master Jul 27, 2015
@marceloschmidt
Copy link
Member

I fixed the above styling issues. Thanks @captchadex and @sampaiodiego

@AdrianoCahete
Copy link
Contributor

Without stylizing is used default browser style scrollbar (people who use this browser are already used with this style). I think overflow as "scroll" (always, even is not using) is a layout/design bug.

It's fix the #343 , but i don't think it's correct fix. That probably occurs because the container don't know his height, so you can't scroll propertly.

Btw, in Firefox 39 @ Win 8.1 overflow auto works even with small screen.

HappyTobi pushed a commit to HappyTobi/Rocket.Chat that referenced this pull request Jul 10, 2018
Stop redirect when dragging image/url into window
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.

4 participants