-
Notifications
You must be signed in to change notification settings - Fork 509
Fix sidebar chat scroll container + size #4530
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 sidebar chat scroll container + size #4530
Conversation
|
annnd it breaks the main view... I'll limit it to the sidebar mode... |
This brings back the scrolling behavior to the "scroller" element, so that the matching logic can rely on it. This also makes the message form align to the bottom whenever there are not enough chat messages to expand the container vertically. Signed-off-by: Vincent Petry <[email protected]>
02a84df to
7edff3f
Compare
|
actually adding width: 100% fixes that having styles that work everywhere is quite the sport... |
|
@PVince81 This seems to break the style in the Files app sidebar (now the chat scrolls over the |
|
yeah... sidebar scroll is always tricky... I think I saw this coming during a quick test while the sidebar was still in PR form. |
|
@PVince81 Another two regressions from this pull request (still valid in current master): Scenario 1
The layout of the video verification sidebar is broken. Scenario 2
The layout of the sidebar is broken. |
new ticket please, otherwise this gets lost quickly |
This brings back the scrolling behavior to the "scroller" element, so
that the matching logic can rely on it.
This also makes the message form align to the bottom whenever there are
not enough chat messages to expand the container vertically.
Fixes #4527
Obsoletes #4529