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

Bug: toasts being obscured by dialog shade #91

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

martastain
Copy link
Member

@martastain martastain commented Oct 26, 2024

The modal dialog is it the top layer, so it will always cover the toasts. The workaround is: do not use toasts from dialogs and use in-dialog notifications instead. AFAIK it is only the case of "upload successful/failed" notification in the upload dialog - which would make sense to be persistent anyways.

@martastain martastain added the bug Something isn't working label Oct 26, 2024
@martastain martastain self-assigned this Oct 26, 2024
@martastain martastain marked this pull request as draft October 26, 2024 14:18
@martastain martastain marked this pull request as ready for review November 6, 2024 21:03
@martastain martastain merged commit da11af2 into develop Nov 6, 2024
@martastain martastain changed the title Fix toasts being obscured by dialog shade Bug: toasts being obscured by dialog shade Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant