mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 23:50:17 +00:00
fix h2p showing below new ui sidebar
This commit is contained in:
parent
8a498d7a4f
commit
cd33e64e99
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user