gioser-web: fix controls CSS selector, use HTMLElement.click() for graph nav
- .page-controls visibility: changed from (wrong) to - Graph node callback: use HTMLElement.click() instead of dispatch_event(MouseEvent), which wasn't working (untrusted event)
This commit is contained in:
@@ -268,7 +268,7 @@ body.deck-active-tierra .deck { --deck-glow: rgba(212, 152, 115, 0.24); }
|
||||
pointer-events: none;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
.deck--visible .page-controls {
|
||||
body.deck-visible .page-controls {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user