Skip to content

Add top: 0 to rnc__base #174

@MuhammadSawalhy

Description

@MuhammadSawalhy

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions