mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
pointer-events: auto
This commit is contained in:
parent
d106943b4b
commit
b62452fbbe
@ -50,7 +50,7 @@ body.t-s9 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.sidebar:hover .subtabs,
|
||||
|
@ -5157,7 +5157,7 @@ screen and (max-width: 480px) {
|
||||
|
||||
.l-modal-overlay {
|
||||
position: absolute;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
@ -5170,7 +5170,7 @@ screen and (max-width: 480px) {
|
||||
|
||||
.l-modal {
|
||||
position: absolute;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
@ -5917,7 +5917,7 @@ kbd {
|
||||
flex-direction: column-reverse;
|
||||
align-items: flex-end;
|
||||
position: absolute;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin-top: 0.5rem;
|
||||
|
@ -48,7 +48,7 @@ export default {
|
||||
border-right: 0.1rem solid var(--color-accent);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
padding: 0 0.5rem;
|
||||
z-index: 5;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ export default {
|
||||
white-space: nowrap;
|
||||
border: 0.2rem solid var(--color-accent);
|
||||
user-select: none;
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
padding: 0.8rem 2rem;
|
||||
z-index: 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user