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 {

View File

@@ -9,6 +9,8 @@
<template #body>
<HoppSmartPlaceholder
v-if="!currentInterceptorSupportsCookies"
:src="`/images/states/${colorMode.value}/add_category.svg`"
:alt="`${t('cookies.modal.interceptor_no_support')}`"
:text="t('cookies.modal.interceptor_no_support')"
>
<template #body>

View File

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

View File

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