cleanup sounds that are done playing
This commit is contained in:
parent
08dc096792
commit
25fbb26fd7
2 changed files with 4 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ export function App() {
|
|||
flex: '0 0 content',
|
||||
overflowY: "auto",
|
||||
overflowX: "visible",
|
||||
maxWidth: '50vw',
|
||||
maxWidth: 'min(400px, 50vw)',
|
||||
}}>
|
||||
<div className="stackVertical" style={{height:'100%'}}>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue