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

fix: Max out modal on smaller screens -- no margin #3100

Merged
merged 2 commits into from
May 2, 2024

Conversation

ianjon3s
Copy link
Contributor

@ianjon3s ianjon3s commented May 2, 2024

What does this PR do?

Removes margins around modal windows on smaller screens, allowing the full screen area for interactions.

@DafyddLlyr DafyddLlyr changed the base branch from main to dp/fual-autocomplete May 2, 2024 10:30
Copy link

github-actions bot commented May 2, 2024

Removed vultr server and associated DNS entries

@@ -355,7 +355,7 @@ export const SelectMultiple = (props: SelectMultipleProps) => {
},
popper: {
sx: {
boxShadow: 10,
boxShadow: "0 0 10px 4px rgba(0, 0, 0, 0.5)",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moving this out of theme.ts as it was being applied across all popper instances and breaking tooltips.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for spotting this one

@ianjon3s ianjon3s marked this pull request as ready for review May 2, 2024 12:37
@ianjon3s ianjon3s requested a review from a team May 2, 2024 12:37
@ianjon3s ianjon3s merged commit 422476a into dp/fual-autocomplete May 2, 2024
10 checks passed
@ianjon3s ianjon3s deleted the dp/fual-autocomplete--max-out-modal branch May 2, 2024 12:43
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