fix: z-index on toast

This commit is contained in:
Liyas Thomas
2023-12-13 09:22:58 +05:30
parent 51ebb57623
commit 62b11fcec8
4 changed files with 5 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ pre.ace_editor {
.toasted-container {
@apply max-w-md;
@apply z-[100000];
.toasted {
&.toasted-primary {