fix: z-index on toast
This commit is contained in:
@@ -368,6 +368,7 @@ pre.ace_editor {
|
||||
|
||||
.toasted-container {
|
||||
@apply max-w-md;
|
||||
@apply z-[100000];
|
||||
|
||||
.toasted {
|
||||
&.toasted-primary {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -433,6 +433,7 @@ pre.ace_editor {
|
||||
|
||||
.toasted-container {
|
||||
@apply max-w-md;
|
||||
@apply z-[100000];
|
||||
|
||||
.toasted {
|
||||
&.toasted-primary {
|
||||
|
||||
@@ -423,6 +423,7 @@ pre.ace_editor {
|
||||
|
||||
.toasted-container {
|
||||
@apply max-w-md;
|
||||
@apply z-[100000];
|
||||
|
||||
.toasted {
|
||||
&.toasted-primary {
|
||||
|
||||
Reference in New Issue
Block a user