fix(app): stream overlay pointer events (#74)

This commit is contained in:
Hampus
2026-02-09 23:32:30 +01:00
committed by GitHub
parent d4c392cbf8
commit 37f676084c

View File

@@ -29,7 +29,7 @@
justify-content: center;
background-color: rgb(0 0 0 / 0.7);
z-index: 10;
pointer-events: none;
pointer-events: auto;
border-radius: var(--radius-lg);
}