Small improv

This commit is contained in:
DrMint 2022-11-04 09:10:07 +01:00
parent 2aea7fa040
commit 29f6f6a45c
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ export const Terminal = ({
}, [line]); }, [line]);
return ( return (
<div className={cJoin("h-screen overflow-hidden bg-light set-theme-font-standard")}> <div className="h-screen overflow-hidden bg-light set-theme-font-standard">
<div <div
ref={terminalWindowRef} ref={terminalWindowRef}
className="h-full overflow-scroll scroll-auto p-6 scrollbar-none"> className="h-full overflow-scroll scroll-auto p-6 scrollbar-none">