improve styles
This commit is contained in:
@@ -82,8 +82,10 @@ const CompositionPanel: FC = observer(() => {
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (inputRef.current)
|
||||
if (inputRef.current) {
|
||||
inputRef.current.style.height = '100%';
|
||||
inputRef.current.style.maxHeight = '100%';
|
||||
}
|
||||
scrollToBottom();
|
||||
|
||||
if (playerRef.current && visualizerRef.current) {
|
||||
|
||||
Reference in New Issue
Block a user