diff --git a/packages/hoppscotch-common/assets/scss/styles.scss b/packages/hoppscotch-common/assets/scss/styles.scss index ed8a09bb..2766bfad 100644 --- a/packages/hoppscotch-common/assets/scss/styles.scss +++ b/packages/hoppscotch-common/assets/scss/styles.scss @@ -368,7 +368,7 @@ pre.ace_editor { .toasted-container { @apply max-w-md; - @apply z-[100000]; + @apply z-[10000]; .toasted { &.toasted-primary { diff --git a/packages/hoppscotch-sh-admin/assets/scss/styles.scss b/packages/hoppscotch-sh-admin/assets/scss/styles.scss index baaca34f..7b9c8dd3 100644 --- a/packages/hoppscotch-sh-admin/assets/scss/styles.scss +++ b/packages/hoppscotch-sh-admin/assets/scss/styles.scss @@ -433,7 +433,7 @@ pre.ace_editor { .toasted-container { @apply max-w-md; - @apply z-[100000]; + @apply z-[10000]; .toasted { &.toasted-primary { diff --git a/packages/hoppscotch-ui/src/assets/scss/histoire.scss b/packages/hoppscotch-ui/src/assets/scss/histoire.scss index 41462524..00906a61 100644 --- a/packages/hoppscotch-ui/src/assets/scss/histoire.scss +++ b/packages/hoppscotch-ui/src/assets/scss/histoire.scss @@ -423,7 +423,7 @@ pre.ace_editor { .toasted-container { @apply max-w-md; - @apply z-[100000]; + @apply z-[10000]; .toasted { &.toasted-primary { diff --git a/packages/hoppscotch-ui/src/components/smart/Modal.vue b/packages/hoppscotch-ui/src/components/smart/Modal.vue index c263d115..412c9a9c 100644 --- a/packages/hoppscotch-ui/src/components/smart/Modal.vue +++ b/packages/hoppscotch-ui/src/components/smart/Modal.vue @@ -2,7 +2,7 @@