Scale window correctly

This commit is contained in:
2026-01-05 16:35:27 +01:00
parent 864aeb86eb
commit 3fb95fe7a8
5 changed files with 45 additions and 51 deletions

View File

@@ -1103,11 +1103,6 @@ button:disabled:hover {
}
.broadcast-body canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}