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

Is it possible to increase the z-index in BlazoredToasts.razor.css to zindex-tooltip (1080)? #230

Closed
Shecla opened this issue Aug 3, 2023 · 4 comments
Labels
Question Question about this project Resolved: Answered The question raised by the author has been answered

Comments

@Shecla
Copy link

Shecla commented Aug 3, 2023

When I call the toast from a modal poup it appears behide the popup and I can not access to close button.

@Shecla Shecla added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Aug 3, 2023
@Shecla
Copy link
Author

Shecla commented Aug 4, 2023

I suggest you to create a new Parameter in BlazoredToasts.razor.cs
[Parameter] public string? Style { get; set; }
and use it as style in BlazoredToasts.razor

.

@Shecla
Copy link
Author

Shecla commented Aug 4, 2023

"<div class="blazored-toast-container @positionGroupedToasts.Key" @key="positionGroupedToasts.Key" style="@Style">"

@chrissainty
Copy link
Member

Hi @Shecla, if you want to increase the z-index you can override the default value via CSS. This won't be something that would be changed in the library.

@chrissainty
Copy link
Member

This question has been covered in the discussions section and covers what CSS is needed to override.

#128

@chrissainty chrissainty added Question Question about this project Resolved: Answered The question raised by the author has been answered and removed Feature Request Request to add a new feature Triage Issue needs to be triaged labels Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Question about this project Resolved: Answered The question raised by the author has been answered
Projects
None yet
Development

No branches or pull requests

2 participants