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

style: fix modal size with large number of exams #45

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

zacharis278
Copy link
Contributor

@zacharis278 zacharis278 commented Aug 29, 2024

COSMO-451

Fixes the overflow with a large number of exams. Scrolling is still a bit rough since you can't scroll the parent window with the pointer over the modal background and need to move it to the side. You'd need to do that if part of the content such as the submit button is below the fold. I plan to follow up with a PR in edx-platform to shorten this iframe so it generally doesn't go beyond screen limits and the only scrolling needed is in the iframe itself (which this PR will now allow).

With just this fix alone:

Screenshot 2024-08-28 at 1 14 52 PM

scrolled to bottom
Screenshot 2024-08-28 at 1 15 03 PM

@zacharis278 zacharis278 force-pushed the zhancock/add-modal-fix branch from d760fe4 to 045a2e4 Compare August 29, 2024 14:27
Copy link
Member

@schenedx schenedx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@zacharis278 zacharis278 merged commit f90c6aa into main Aug 30, 2024
5 checks passed
@zacharis278 zacharis278 deleted the zhancock/add-modal-fix branch August 30, 2024 13:36
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.

2 participants