pointer-events: auto

This commit is contained in:
Dys 2022-04-07 20:54:59 +08:00
parent d106943b4b
commit b62452fbbe
4 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ body.t-s9 {
position: absolute;
left: 0;
z-index: 5;
pointer-events: all;
pointer-events: auto;
}
.sidebar:hover .subtabs,

View File

@ -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;

View File

@ -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;
}

View File

@ -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;
}