diff --git a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss index 680abc1c6..d6584a90c 100644 --- a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss +++ b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss @@ -37,3 +37,7 @@ } } } + +.drawerContainer { + overflow: auto; +} diff --git a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss.d.ts b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss.d.ts index 104661eb9..16418d2e2 100644 --- a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss.d.ts +++ b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.module.scss.d.ts @@ -16,4 +16,5 @@ /* eslint-disable */ // This is an auto-generated file +export declare const drawerContainer: string export declare const tabsContainer: string diff --git a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.tsx b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.tsx index ecc7d8209..0cc1c44ff 100644 --- a/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.tsx +++ b/web/src/ar/pages/webhook-execution-list/components/WebhookExecutionDetailsDrawer/WebhookExecutionDetailsDrawer.tsx @@ -110,7 +110,7 @@ export default function WebhookExecutionDetailsDrawer(props: WebhookExecutionDet }> - + @@ -166,7 +166,7 @@ export default function WebhookExecutionDetailsDrawer(props: WebhookExecutionDet } /> @@ -177,7 +177,7 @@ export default function WebhookExecutionDetailsDrawer(props: WebhookExecutionDet } />