mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +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:
@@ -29,6 +29,7 @@
|
||||
}
|
||||
|
||||
#weight-shift {
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
|
||||
Reference in New Issue
Block a user