-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add preview for image attachment #5898
Conversation
|
i cannot reproduce this one, but im assuming its because the size used to be isMobile: full ? large. I changed it into large only and added overflow scroll. Can you please test, or send me that image you could reproduce |
i can reproduce and |
0b77437
to
011303b
Compare
feb9fe7
to
6dd37fa
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overflow of tall pictures is still not fixed. I manually added overflow: auto
to .modal-container
and it worked fine (showed a vertical scroll bar).
the thing is that it should fit the screen and not scroll. I fixed it with scrolling but then i checked how viewer does and it doesnt scroll. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Images inside modals were still cropped but I deployed a fix. Please squash all commits and we are ready to merge.
Signed-off-by: greta <gretadoci@gmail.com>
cc56612
to
a6ef40b
Compare
fixes #5701