forgot zoomed avatar z-index fix for normal mode

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

View File

@@ -4209,7 +4209,7 @@ body.noShadows * {
position: absolute;
padding: 0;
filter: drop-shadow(2px 2px 2px #51515199);
z-index: 2;
z-index: 29;
overflow: hidden;
display: none;
bottom: 0;