diff --git a/repl/src/App.css b/repl/src/App.css index 9c8edd83..c8b7b71f 100644 --- a/repl/src/App.css +++ b/repl/src/App.css @@ -20,7 +20,7 @@ body { .darken::before { content: ' '; - position: absolute; + position: fixed; top: 0; left: 0; width: 100vw; diff --git a/repl/src/App.jsx b/repl/src/App.jsx index 27c7310a..ce9be045 100644 --- a/repl/src/App.jsx +++ b/repl/src/App.jsx @@ -108,6 +108,8 @@ function App() { pattern, pushLog, pending, + hideHeader, + hideConsole, } = useRepl({ tune: '// LOADING...', defaultSynth, @@ -167,142 +169,149 @@ function App() { return (