diff --git a/airflow-core/src/airflow/ui/src/components/ui/ResizableWrapper.tsx b/airflow-core/src/airflow/ui/src/components/ui/ResizableWrapper.tsx index 26bdde642e0f9..d666f9aea9a25 100644 --- a/airflow-core/src/airflow/ui/src/components/ui/ResizableWrapper.tsx +++ b/airflow-core/src/airflow/ui/src/components/ui/ResizableWrapper.tsx @@ -68,6 +68,8 @@ export const ResizableWrapper = ({ style={{ backgroundColor: "inherit", borderRadius: "inherit", + display: "flex", + flexDirection: "column", overflow: "hidden", position: "relative", }}