fix: z-index
This commit is contained in:
@@ -368,7 +368,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
@apply z-[100000];
|
@apply z-[10000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
@apply z-[100000];
|
@apply z-[10000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
@@ -423,7 +423,7 @@ pre.ace_editor {
|
|||||||
|
|
||||||
.toasted-container {
|
.toasted-container {
|
||||||
@apply max-w-md;
|
@apply max-w-md;
|
||||||
@apply z-[100000];
|
@apply z-[10000];
|
||||||
|
|
||||||
.toasted {
|
.toasted {
|
||||||
&.toasted-primary {
|
&.toasted-primary {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<Transition name="fade" appear @leave="onTransitionLeaveStart">
|
<Transition name="fade" appear @leave="onTransitionLeaveStart">
|
||||||
<div
|
<div
|
||||||
ref="modal"
|
ref="modal"
|
||||||
class="fixed inset-0 z-[99999] overflow-y-auto transition"
|
class="fixed inset-0 z-[1000] overflow-y-auto transition"
|
||||||
role="dialog"
|
role="dialog"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="z-[99999]">
|
<div class="z-[1000]">
|
||||||
<Transition name="fade" appear>
|
<Transition name="fade" appear>
|
||||||
<div
|
<div
|
||||||
v-if="show"
|
v-if="show"
|
||||||
|
|||||||
Reference in New Issue
Block a user