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:
Sergio
2026-05-23 16:53:12 +00:00
parent 5f4d260301
commit 786a22debe
6 changed files with 61 additions and 65 deletions
+1 -1
View File
@@ -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;
}