mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 16:24:40 +00:00
fix(frontend/release): fix voiceover selection overflow in player
This commit is contained in:
parent
90f2ba54e5
commit
403e314ab3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export const ReleasePlayer = (props) => {
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="page padding active scroll"
|
className="page padding active scroll"
|
||||||
style={{ Height: "438px" }}
|
style={{ height: "425px" }}
|
||||||
id="vo"
|
id="vo"
|
||||||
>
|
>
|
||||||
{voiceoverInfo &&
|
{voiceoverInfo &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue