Reorder modals z-index values

This commit is contained in:
Denevola 2022-10-18 02:34:35 +09:00
parent 23541203d8
commit 7cde1d05d2
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ watch(show, n => {
left: 0;
right: 0;
background-color: #00000066;
z-index: 9999;
z-index: 99999;
}
.modal-box {
width: 50vw;

View file

@ -48,7 +48,7 @@ defineEmits(['playthis']);
max-width: calc(100% - 2rem);
background: var(--color-background-mute);
border-radius: 0.5rem;
z-index: 99999;
z-index: 9999;
box-shadow: 0.1rem 0.1rem 1rem var(--color-shadow);
padding: 1rem;
overflow-y: auto;

View file

@ -16,7 +16,7 @@
max-width: calc(100% - 2rem);
background: var(--color-background-mute);
border-radius: 0.5rem;
z-index: 99999;
z-index: 9999;
box-shadow: 0.1rem 0.1rem 1rem var(--color-shadow);
padding: 1rem;
overflow-y: auto;