zoomed avatars display on top of sprites

This commit is contained in:
RossAscends
2023-06-18 10:06:00 +09:00
parent 75090c4fa4
commit 6a5b44b3b3

View File

@@ -4225,7 +4225,7 @@ body.waifuMode #avatar_zoom_popup {
position: absolute;
padding: 0;
filter: drop-shadow(2px 2px 2px #51515199);
z-index: 2;
z-index: 29;
overflow: hidden;
display: none;
left: 0;
@@ -4641,4 +4641,4 @@ body.waifuMode #avatar_zoom_popup {
#horde_model {
height: unset;
}
}
}