forked from MarseyWorld/MarseyWorld
make sure modals are above cursormarsey
parent
c2f8baae99
commit
8907fdef8c
|
@ -1846,7 +1846,7 @@ button.close {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1050;
|
||||
z-index: 1000000001;
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -5807,7 +5807,7 @@ img[src$="/i/hand.webp"]+img[glow]:not([data-src]) {
|
|||
}
|
||||
|
||||
toast {
|
||||
z-index: 999999999999999999 !important;
|
||||
z-index: 1000000002 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 426px) {
|
||||
|
@ -7409,7 +7409,7 @@ button, .btn {
|
|||
}
|
||||
|
||||
#cursormarsey {
|
||||
z-index: 1000000000000000;
|
||||
z-index: 1000000000;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: fixed;
|
||||
|
@ -7418,7 +7418,7 @@ button, .btn {
|
|||
background-position: -64px -32px;
|
||||
}
|
||||
#cursormarsey-heart {
|
||||
z-index: 1000000000000000;
|
||||
z-index: 1000000000;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue