mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
createYoutubeEmbed set container.style.position = 'relative' to anchor the click-to-unmute overlay. That overrode #playerContainer's position:fixed/inset:0 — the container fell into normal flow with zero height (the YT iframe inside has no intrinsic size), so the new absolute-positioned iframe rendered as 100% of 0 = black screen. The container is already position:fixed, so absolute children anchor to it correctly without the override. Removed the line. Bumped SW cache to v7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| db | ||
| middleware | ||
| player | ||
| routes | ||
| services | ||
| ws | ||
| config.js | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||