fix panel scroll

This commit is contained in:
Felix Roos 2023-08-18 23:19:19 +02:00
parent f6789aaace
commit dabc0331cb
2 changed files with 12 additions and 10 deletions

View file

@ -291,7 +291,7 @@ export function Repl({ embedded = false }) {
<div
className={cx(
'h-full flex flex-col relative',
// 'bg-gradient-to-t from-green-900 to-slate-900', //
// overflow-hidden
)}
>
<Loader active={pending} />