This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d37b91c102 Change dag grid overscroll behaviour to auto (#35717)
d37b91c102 is described below
commit d37b91c102856e62322450606474aebd74ddf376
Author: Pasha Yermalovich <[email protected]>
AuthorDate: Tue Nov 28 22:37:00 2023 +0100
Change dag grid overscroll behaviour to auto (#35717)
---
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>