fix(ui): regression of overflow-y-auto class in non dialog related componentes

This commit is contained in:
Jhon
2025-07-13 21:28:50 -03:00
parent 01d78e50fc
commit a201b3f979
8 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ export const ShowContainerConfig = ({ containerId, serverId }: Props) => {
See in detail the config of this container
</DialogDescription>
</DialogHeader>
<div className="text-wrap rounded-lg border p-4 text-sm bg-card max-h-[80vh]">
<div className="text-wrap rounded-lg border p-4 overflow-y-auto text-sm bg-card max-h-[80vh]">
<code>
<pre className="whitespace-pre-wrap break-words">
<CodeEditor