Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Toast hidden behind modal #41

@ghost

Description

[EDIT]
Found the problem. It plays the sound but when looking at the DOM through the Chrome DevTools I see no changes, when I close the modal however I do see the toast.... Except when I add another toast when the first one should still be there, then the DOM changes and I see a toast.


Somehow my Toasts suddenly started popping up behind the translucent modal backdrop. You cannot see them unless you close the modal.

I've tried adding this to CSS but that doesn't work either. Any idea?

toasty {
z-index: 1000000;
}

#toasty {
z-index: 1000000;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions