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;