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:
Miguel Ángel
2026-05-20 02:20:16 -04:00
parent 8371f42aed
commit ec66d59caa
14 changed files with 14 additions and 0 deletions
@@ -29,6 +29,7 @@
}
#editorial-emphasis {
pointer-events: none;
position: relative;
width: 1920px;
height: 1080px;