fix(video): preserve annex-b mediacodec output
Some checks failed
Mirror to GitHub / mirror (push) Failing after 31s
Build Release Binaries / build-amd64 (push) Failing after 3m35s

This commit is contained in:
Siavash Sameni
2026-05-25 20:20:22 +04:00
parent d57ebe3d2c
commit 06d28a9280
3 changed files with 101 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ body {
border-top: 1px solid var(--surface2);
padding: 0 16px;
padding-bottom: env(safe-area-inset-bottom, 8px);
z-index: 50;
z-index: 70;
animation: drawerUp 0.25s ease-out;
box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
@@ -324,7 +324,7 @@ body {
right: 0;
bottom: 96px; /* leave room for voice drawer */
background: #000;
z-index: 50;
z-index: 40;
overflow: hidden;
}
.vd-remote-stage {