mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
fix(registry): add pointer-events: none to caption component roots
Caption components are overlays — their root element should not intercept pointer events, allowing clicks to pass through to the underlying composition content in Studio.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
background: transparent;
|
||||
}
|
||||
#kinetic-slam {
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
|
||||
Reference in New Issue
Block a user