diff --git a/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx b/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx index c858a8bec..dccdec003 100644 --- a/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx +++ b/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx @@ -37,9 +37,6 @@ export const Terminal: React.FC = ({ id, serverId }) => { background: "rgba(0, 0, 0, 0)", foreground: "currentColor", }, - allowTransparency: true, - screenReaderMode: true, - scrollback: 1000, }); const addonFit = new FitAddon();