fix(video): preserve annex-b mediacodec output
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user