Skip to content

Commit

Permalink
Change dag grid overscroll behaviour to auto (#35717)
Browse files Browse the repository at this point in the history
  • Loading branch information
yermalov-here committed Nov 28, 2023
1 parent 4f060a4 commit d37b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/js/dag/grid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const Grid = ({
position="relative"
pr={4}
mt={8}
overscrollBehavior="contain"
overscrollBehavior="auto"
>
<Table pr="10px" borderRightWidth="14px" borderColor="transparent">
<Thead>
Expand Down

0 comments on commit d37b91c

Please sign in to comment.