fix: z-index on toast
This commit is contained in:
@@ -368,6 +368,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
|
@apply z-[100000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
<template #body>
|
<template #body>
|
||||||
<HoppSmartPlaceholder
|
<HoppSmartPlaceholder
|
||||||
v-if="!currentInterceptorSupportsCookies"
|
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')"
|
:text="t('cookies.modal.interceptor_no_support')"
|
||||||
>
|
>
|
||||||
<template #body>
|
<template #body>
|
||||||
|
|||||||
@@ -433,6 +433,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
|
@apply z-[100000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
@@ -423,6 +423,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
|
@apply z-[100000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
Reference in New Issue
Block a user