-
Notifications
You must be signed in to change notification settings - Fork 432
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
Leave feedback modal exceeds screen height #1166
Comments
@mlabouardy can you please assign me this . |
There you go @gokuljs! Do drop in to our Discord server in case you have any questions or need help |
Before tackling this, it would be great to discuss the solution, so I can support with the designs @gokuljs! |
"I'm using a 16-inch Mac, and it works well. However, the issue arises when working with smaller screens. Here are a couple of workarounds I've thought of: 1: The best workaround, in my opinion, is to write the code in such a way that the modal takes up 80% of the screen's height. 2: Another method I've considered is to shrink the height of the text area and make it scrollable. However, I don't think this is |
if this workaround is good then i will create a pr for this @AllieMendes |
Thank you for the suggestions @gokuljs! I explored this in my designs — having a static part for context on the modal and a scrollable part for the content and actions. Would it be too difficult to implement? |
basically you only want subsection to be scrollable right ?. the header and subtext should always be at the top |
Yes, exactly (with a stroke in the middle to create the separation) |
if you have the exisiting figma file for this please share that would be really helpfull. |
We don't have a component on the Design System for the modal (the original design didn't use a modal at all) but I can invite you to Figma to see this screen exploration in particular — I would need your email for that |
does this look good @AllieMendes |
It's getting there! I've invited you to Figma, this design is isolated on the page Feedback Collection. |
@AllieMendes this should be perfect right |
Describe the bug
The modal for leaving feedback is too long and can exceed the window height, not allowing users to send their feedback or cancel the interaction through the button.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd like to hear your thoughts!
Ideally, we want to have this more as a dropdown component on the page, which can be seen as we scroll through the page, but for now, it would be great to have a workaround.
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: