details-panel z-index moved to 100
This commit is contained in:
parent
8f6a140481
commit
17099e9a8f
|
@ -179,7 +179,7 @@ body {
|
|||
padding-left: 5px;
|
||||
overflow-y: auto;
|
||||
transition: width 0.5s;
|
||||
z-index: 1000;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
|
|
Loading…
Reference in New Issue