-
Notifications
You must be signed in to change notification settings - Fork 306
content/msglist: Horizontal scrollbar in code block sometimes has wrong vertical position #736
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
Comments
Looks like this broke in this commit: 6a8cf5c msglist [nfc]: Unpack to a CustomScrollView of a single sliver From /// [CustomScrollView]s don't automatically avoid obstructions from [MediaQuery]
/// like [ListView]s do. To reproduce the behavior, wrap the slivers in
/// [SliverSafeArea]s. Here's before and after that commit (which was in January, so the appearance won't be current in either screenshot):
|
We could fix it in @gnprice, would this approach disrupt your work toward #82? Then for a regression test, maybe we render a |
Hmm interesting, good catch. Wrapping in a A |
…eblock Discussion of this solution: zulip#736 (comment) Fixes: zulip#736
Hmm, this isn't what I'm seeing: screenshots at PR #738. |
In the code block in this screenshot, the scroll bar should be positioned lower than it is:
I think it might have to do with the bottom inset. I seem to be seeing it in the "Combined feed" but not any other message-list views. "Combined feed" behaves differently about padding the bottom inset because it doesn't show the compose box.
The text was updated successfully, but these errors were encountered: