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;
|
||||
overscroll-behavior: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gate-modal {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
pointer-events: auto;
|
||||
padding: 2rem;
|
||||
border: 0.1rem solid rgba(var(--terUser), 0.5);
|
||||
border-radius: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user