details-panel z-index moved to 100

This commit is contained in:
Francesco Mangiacrapa 2021-10-22 11:32:49 +02:00
parent 8f6a140481
commit 17099e9a8f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ body {
padding-left: 5px; padding-left: 5px;
overflow-y: auto; overflow-y: auto;
transition: width 0.5s; transition: width 0.5s;
z-index: 1000; z-index: 100;
} }
.overlay { .overlay {