This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 54dc2b9127b2157420dc7d35f95be1f6c0801d5c Author: Pasha Yermalovich <[email protected]> AuthorDate: Tue Nov 28 22:37:00 2023 +0100 Change dag grid overscroll behaviour to auto (#35717) (cherry picked from commit d37b91c102856e62322450606474aebd74ddf376) --- 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 dc73aecee3..57f749a048 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" > <Table pr="10px" borderRightWidth="14px" borderColor="transparent"> <Thead>
