more pipeline troubleshooting, possible pointer-event attr solution for headless browser FTs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-15 13:07:13 -04:00
parent 2140bd8206
commit 6d1b358b7c

View File

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