fix(graph): Fullscreen button clickable — add pointer-events-auto to action bar

This commit is contained in:
iliya 2026-03-30 00:05:22 +03:00
parent 228572a1f8
commit 098aa234b2

View file

@ -167,7 +167,7 @@ export function GraphControls({
</div>
<div
className="flex items-center gap-2 rounded-lg px-3 py-1.5 backdrop-blur-sm"
className="pointer-events-auto flex items-center gap-2 rounded-lg px-3 py-1.5 backdrop-blur-sm"
style={{
background: 'rgba(8, 12, 24, 0.8)',
border: '1px solid rgba(100, 200, 255, 0.08)',