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

Add top: 0 to rnc__base #174

Open
MuhammadSawalhy opened this issue Jul 31, 2023 · 0 comments
Open

Add top: 0 to rnc__base #174

MuhammadSawalhy opened this issue Jul 31, 2023 · 0 comments

Comments

@MuhammadSawalhy
Copy link

The component was working fine until I made some layout changes then I noticed that the notifications are no longer shown. After some inspection, I found the element with rnc__base and I added top: 0 to its styles:

.rnc__base {
+   top: 0;
    height: 100%;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 9000;
}
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