Skip to content

Commit 152e7fd

Browse files
fix(web): prevent connector focus ring clipping
1 parent 69a9b47 commit 152e7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/app/(app)/settings/workspaceAskAgent/workspaceAskAgentPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type PendingConnectorServer = {
7272
};
7373

7474
const scrollableConnectorDialogContentClassName = "flex max-h-[calc(100dvh-2rem)] flex-col overflow-hidden";
75-
const scrollableConnectorDialogBodyClassName = "min-h-0 overflow-y-auto py-4 pr-1";
75+
const scrollableConnectorDialogBodyClassName = "min-h-0 overflow-y-auto px-1 py-4";
7676

7777
interface OAuthScopesInputProps {
7878
discoveredOAuthScopes: string[];

0 commit comments

Comments
 (0)