From eee743ae5d825666c0b0290c2881d486baf685af Mon Sep 17 00:00:00 2001 From: Pavel Yermalovich Date: Sun, 15 Oct 2023 21:51:00 +0200 Subject: [PATCH] Change dag grid overscroll behaviour to auto --- airflow/www/static/js/dag/grid/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/www/static/js/dag/grid/index.tsx b/airflow/www/static/js/dag/grid/index.tsx index 638f4268c04bb..da357b9369815 100644 --- a/airflow/www/static/js/dag/grid/index.tsx +++ b/airflow/www/static/js/dag/grid/index.tsx @@ -167,7 +167,7 @@ const Grid = ({ position="relative" pr={4} mt={8} - overscrollBehavior="contain" + overscrollBehavior="auto" >