0.8.396
This commit is contained in:
@@ -2388,17 +2388,20 @@
|
|||||||
}
|
}
|
||||||
.menu_profile::-webkit-scrollbar-track{
|
.menu_profile::-webkit-scrollbar-track{
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_profile::-webkit-scrollbar-thumb{
|
.menu_profile::-webkit-scrollbar-thumb{
|
||||||
background-color: #989898;
|
background-color: #989898;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_profile::-webkit-scrollbar{
|
.menu_profile::-webkit-scrollbar{
|
||||||
background-color:#FF613A;
|
background-color:#FF613A;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -742,6 +742,7 @@ function set_curtain_z_index (curtain) {
|
|||||||
let cur_el = curtains[i]
|
let cur_el = curtains[i]
|
||||||
if (cur_el === curtain){
|
if (cur_el === curtain){
|
||||||
cur_el.style.zIndex = 101
|
cur_el.style.zIndex = 101
|
||||||
|
cur_el.parentNode.style.zIndex = 101
|
||||||
} else {
|
} else {
|
||||||
cur_el.style.zIndex = 99
|
cur_el.style.zIndex = 99
|
||||||
cur_el.parentNode.style.zIndex = 99
|
cur_el.parentNode.style.zIndex = 99
|
||||||
|
|||||||
Reference in New Issue
Block a user