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

Possible bugs when using fixed #46

Open
AQian0 opened this issue Feb 2, 2024 · 0 comments
Open

Possible bugs when using fixed #46

AQian0 opened this issue Feb 2, 2024 · 0 comments

Comments

@AQian0
Copy link

AQian0 commented Feb 2, 2024

The popup toast is covered by other components.
image

At first I thought it might be the z-index that was causing this, however after I changed it to an extremely large value the situation remained unchanged. At this point I noticed that the section tag was in a strange place in the DOM - it was not under the root component nor under the component where the toaster is located.
This is shown in the image below:
image

I realised that it was probably fixed causing the problem, so I cleared it and eventually the toast was able to display properly.
image
image

This seems to be caused by the DOM node being added to the wrong location...
I'm sorry, but I'm not really sure how this component works, so I can't give any more information.

@AQian0 AQian0 closed this as completed Feb 2, 2024
@AQian0 AQian0 reopened this Feb 2, 2024
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

No branches or pull requests

1 participant