more pipeline troubleshooting, possible pointer-event attr solution for headless browser FTs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -68,12 +68,14 @@ body:has(.gate-overlay) {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gate-modal {
|
.gate-modal {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
pointer-events: auto;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border: 0.1rem solid rgba(var(--terUser), 0.5);
|
border: 0.1rem solid rgba(var(--terUser), 0.5);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user