fix h2p showing below new ui sidebar

This commit is contained in:
Omsi 2020-03-10 10:51:21 -07:00
parent 8a498d7a4f
commit cd33e64e99

View File

@ -4452,7 +4452,7 @@ screen and (max-width: 480px) {
top: 0;
width: 100vw;
height: 100vh;
z-index: 4;
z-index: 5;
animation-name: a-modal-overlay-fadein;
animation-duration: 2s;
animation-fill-mode: forwards;
@ -4463,7 +4463,7 @@ screen and (max-width: 480px) {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 4;
z-index: 5;
display: inline-block;
}