fix(LoadedCode): make LoadedCode scrollable
This commit is contained in:
parent
9070bc3424
commit
f1b6e5336d
@ -110,7 +110,7 @@ export const LoadedCode = forwardRef<
|
|||||||
<SyntaxHighlighter
|
<SyntaxHighlighter
|
||||||
language="typescript"
|
language="typescript"
|
||||||
style={gruvboxDark}
|
style={gruvboxDark}
|
||||||
className={`w-full h-64 rounded-lg ${!state ? "animate-pulse" : ""} scrollbar-none`}
|
className={`w-full h-64 rounded-lg ${!state ? "animate-pulse" : ""} scrollbar-none resize-y`}
|
||||||
customStyle={{ padding: "1rem" }}
|
customStyle={{ padding: "1rem" }}
|
||||||
>
|
>
|
||||||
{postProcessedCode}
|
{postProcessedCode}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user