mirror of https://github.com/jetkvm/kvm.git
Fixes #919 where HDMI error overlays ("No HDMI signal detected") were not visible when video was in fullscreen mode. Changes: - Add fullscreenContainerRef to target the container div - Update requestFullscreen() to make container fullscreen instead of video - Update releaseKeyboardLock() to check container instead of video - Attach ref to container div that includes both video and overlays This ensures overlays are descendants of the fullscreen element and thus visible according to the Fullscreen API specification. Previously: video element went fullscreen, overlays (siblings) invisible Now: container with video + overlays goes fullscreen, all visible |
||
|---|---|---|
| .. | ||
| localization | ||
| public | ||
| src | ||
| tools | ||
| .env.cloud-development | ||
| .env.cloud-production | ||
| .env.cloud-staging | ||
| .gitignore | ||
| .prettierrc | ||
| dev_device.sh | ||
| eslint.config.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite-env.d.ts | ||
| vite.config.ts | ||